Details
Description
The constructor is documented to return "(none)", which isn't really correct.
http://www.couchbase.com/docs/couchbase-sdk-java-1.1/api-reference-connection.html
Also, the docs make it look like it's a method call on an existing client object ("client.new"), which isn't accurate:
"client.new CouchbaseClient([ url ] [, urls ] [, username ] [, password ])"
http://www.couchbase.com/docs/couchbase-sdk-java-1.1/api-reference-connection.html
Also, the docs make it look like it's a method call on an existing client object ("client.new"), which isn't accurate:
"client.new CouchbaseClient([ url ] [, urls ] [, username ] [, password ])"