We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1b6d7 commit bc49735Copy full SHA for bc49735
website/docs/apis/java-client.md
@@ -67,7 +67,7 @@ Admin admin = connection.getAdmin();
67
admin.listDatabases().get().forEach(System.out::println);
68
69
// obtain Table instance from the Connection
70
-Table table = connection.getTable(TablePath.of("my_db", "my_table");
+Table table = connection.getTable(TablePath.of("my_db", "my_table"));
71
System.out.println(table.getTableInfo());
72
```
73
0 commit comments