Skip to content

Commit

Permalink
docs: Update listTables docstring to omit parentheses when referring …
Browse files Browse the repository at this point in the history
…to the general form of getTable
  • Loading branch information
PhongChuong committed Oct 31, 2024
1 parent 26e4ac1 commit cfb6284
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,8 @@ public int hashCode() {
/**
* Lists the tables in the dataset. This method returns partial information on each table: ({@link
* Table#getTableId()}, {@link Table#getFriendlyName()}, {@link Table#getGeneratedId()} and type,
* which is part of {@link Table#getDefinition()}). To get complete information use either {@link
* #getTable(TableId, TableOption...)} or {@link #getTable(String, String, TableOption...)}.
* which is part of {@link Table#getDefinition()}). To get complete information use {@link
* #getTable}.
*
* <p>Example of listing the tables in a dataset.
*
Expand Down

0 comments on commit cfb6284

Please sign in to comment.