Skip to content

Commit

Permalink
Merge pull request #1 from galonsky/master
Browse files Browse the repository at this point in the history
Fixed typo in View.setWithDocs
  • Loading branch information
mbreese committed Oct 28, 2011
2 parents 254e545 + cd66ad9 commit 3fc2756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/com/fourspaces/couchdb/View.java
Expand Up @@ -191,7 +191,7 @@ public void setUpdate(Boolean update) {
} }


public void setWithDocs(Boolean withDocs) { public void setWithDocs(Boolean withDocs) {
this.includeDocs = includeDocs; this.includeDocs = withDocs;
} }


/** /**
Expand Down

0 comments on commit 3fc2756

Please sign in to comment.