OSDN Git Service

fix build breakage
authorFred Quintana <fredq@google.com>
Mon, 17 Aug 2009 21:08:37 +0000 (14:08 -0700)
committerFred Quintana <fredq@google.com>
Mon, 17 Aug 2009 21:08:37 +0000 (14:08 -0700)
core/java/android/content/ContentResolver.java

index 16460db..94b6162 100644 (file)
@@ -1025,7 +1025,7 @@ public abstract class ContentResolver {
 
     /**
      * Set whether this account/provider is syncable.
-     * @param syncable, >0 denotes syncable, 0 means not syncable, <0 means unknown
+     * @param syncable >0 denotes syncable, 0 means not syncable, <0 means unknown
      */
     public void setIsSyncable(Account account, String authority, int syncable) {
         try {