File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
astra-db-client/src/test/java/com/dtsx/astra/sdk/documentation Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 22
33import com .dtsx .astra .sdk .AstraDB ;
44import com .dtsx .astra .sdk .AstraDBAdmin ;
5-
65import java .util .UUID ;
76
87public class ConnectingAdmin {
9- public static void main (String [] args ) {
10- // Default Initialization
11- AstraDBAdmin client = new AstraDBAdmin ("<token>" );
8+ public static void main (String [] args ) {
9+ // Default Initialization
10+ AstraDBAdmin client = new AstraDBAdmin ("<token>" );
1211
13- /*
14- * You can omit the token if you defined the environment variable
15- * `ASTRA_DB_APPLICATION_TOKEN` or you if are using the Astra CLI.
16- */
17- AstraDBAdmin defaultClient =new AstraDBAdmin ();
18- }
12+ // You can omit the token if you defined the `ASTRA_DB_APPLICATION_TOKEN`
13+ // environment variable or if you are using the Astra CLI.
14+ AstraDBAdmin defaultClient =new AstraDBAdmin ();
15+ }
1916}
You can’t perform that action at this time.
0 commit comments