Details
Description
On the page found at http://www.couchbase.com/develop/java/current, in the second code block under "Working with Views", the 7th line of code is:
ViewResponse result = client.query(view, query);
Except that the view variable has never been defined, so this code won't compile.
ViewResponse result = client.query(view, query);
Except that the view variable has never been defined, so this code won't compile.
Activity
Michael Nitschinger
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Michael Nitschinger
made changes -
| Fix Version/s | 1.1.1 [ 10430 ] | |
| Affects Version/s | 1.1.0 [ 10274 ] |
Matt Ingenthron
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.1.0 [ 10274 ] | |
| Resolution | Fixed [ 1 ] |
Michael Nitschinger
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |