fix build breakage

This commit is contained in:
Fred Quintana
2009-08-17 14:08:37 -07:00
parent b93cdae749
commit 718671b441

View 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 {