Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update EmptyApp to be compatible with latest build
Change-Id: Ie868646909b75d09ddc6f7079430df414667cbe9
Reviewed-on: http://review.couchbase.org/9447
Reviewed-by: Marty Schoch <marty.schoch@gmail.com>
Tested-by: Farshid Ghods <farshid.ghods@gmail.com>
Reviewed-by: Farshid Ghods <farshid.ghods@gmail.com>
  • Loading branch information
mschoch authored and farshidce committed Sep 7, 2011
1 parent c3ab4dd commit 7144202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/couchbase/emptyapp/EmptyAppActivity.java
Expand Up @@ -25,7 +25,7 @@ public void onCreate(Bundle savedInstanceState) {
couchServiceConnection = couch.startCouchbase();
}

private final ICouchbaseDelegate mDelegate = new ICouchbaseDelegate.Stub() {
private final ICouchbaseDelegate mDelegate = new ICouchbaseDelegate() {
@Override
public void couchbaseStarted(String host, int port) {
Log.v(TAG, "Couchbase has started");
Expand Down

0 comments on commit 7144202

Please sign in to comment.