@ -1,3 +1,4 @@
/*
* Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
*
@ -208,4 +209,3 @@ public class NotesProvider extends ContentProvider {
* @return 删除的行数
*/
@ -54,6 +54,7 @@ public class Task extends Node {
mMetaInfo = null;
}
public JSONObject getCreateAction(int actionId) {
JSONObject js = new JSONObject();
@ -141,3 +141,4 @@ public class GTaskSyncService extends Service {
return mSyncProgress;