From 7d8eb3c24e89d13aaea4a0b06264dee8330bc747 Mon Sep 17 00:00:00 2001 From: Amarantha Kulkarni Date: Tue, 24 Aug 2021 12:09:32 -0700 Subject: [PATCH] Update sample to run OOTB with Playground --- modules/hello-world/examples/StartUsing.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hello-world/examples/StartUsing.java b/modules/hello-world/examples/StartUsing.java index bcfadff8..d4496c89 100644 --- a/modules/hello-world/examples/StartUsing.java +++ b/modules/hello-world/examples/StartUsing.java @@ -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"; static String bucketName = "travel-sample";