Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoguin committed Jun 2, 2015
1 parent b915338 commit 63b2442
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -82,6 +82,8 @@ public void changed(Replication.ChangeEvent event) {
};
}

//TODO WORKSHOP STEP 9: add a setupReplication method

@Override
public void onCreate() {
super.onCreate();
Expand All @@ -96,6 +98,7 @@ public void onCreate() {
} catch (CouchbaseLiteException e) {
Log.d(Application.TAG, "conflict, user already exist.");
}
//TODO WORKSHOP STEP 9: call the setupReplication method
}

public Database getDatabase() {
Expand Down

0 comments on commit 63b2442

Please sign in to comment.