Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/hello-world/examples/StartUsing.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
import com.couchbase.client.java.query.*;
// end::imports[]

public class StartUsing {
class Program {

static String connectionString = "localhost";
static String username = "Administrator";
static String username = "username";
static String password = "password";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

‏‪[email protected]‬‏

static String bucketName = "travel-sample";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

‏‪[email protected]‬‏


Expand Down