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

Commit

Permalink
Remove unused parameter from initalise function
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Aug 12, 2011
1 parent 566554f commit 0aee8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/arandomurl/couchapp/CouchAppActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private void ensureProgressDialog() {
}

private void startCouch() {
couchServiceConnection = CouchDB.getService(getBaseContext(), null, "release-0.1", mCallback);
couchServiceConnection = CouchDB.getService(getBaseContext(), "release-0.1", mCallback);
}

private void couchError() {
Expand Down

0 comments on commit 0aee8ef

Please sign in to comment.