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.