am 718671b4: fix build breakage

Merge commit '718671b441c6318276e6d954a41a95db0d7e6c49'

* commit '718671b441c6318276e6d954a41a95db0d7e6c49':
  fix build breakage
This commit is contained in:
Fred Quintana
2009-08-17 14:15:19 -07:00
committed by Android Git Automerger

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 {