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 3e87429 commit 6695488Copy full SHA for 6695488
website/docs/apis/java-client.md
@@ -86,7 +86,7 @@ Admin admin = connection.getAdmin();
86
admin.listDatabases().get().forEach(System.out::println);
87
88
// obtain Table instance from the Connection
89
-Table table = connection.getTable(TablePath.of("my_db", "my_table");
+Table table = connection.getTable(TablePath.of("my_db", "my_table"));
90
System.out.println(table.getTableInfo());
91
```
92
0 commit comments