pull/8/head
dszubf 7 months ago
parent 98bd8e6a48
commit c5be0da1f1

@ -1,3 +1,4 @@
/* /*
* Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net) * Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
* *
@ -208,4 +209,3 @@ public class NotesProvider extends ContentProvider {
* @return * @return
*/ */

@ -54,6 +54,7 @@ public class Task extends Node {
mMetaInfo = null; mMetaInfo = null;
} }
public JSONObject getCreateAction(int actionId) { public JSONObject getCreateAction(int actionId) {
JSONObject js = new JSONObject(); JSONObject js = new JSONObject();

@ -141,3 +141,4 @@ public class GTaskSyncService extends Service {
return mSyncProgress; return mSyncProgress;
} }
} }

Loading…
Cancel
Save