Skip to content

Commit

Permalink
Unrelated doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwright committed Sep 20, 2023
1 parent c1064b9 commit e8f24c8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ interface Proxy extends TableOperationsDefaults<Proxy, TableOperations<?, ?>> {
/**
* Get the "raw" {@link Table partitioned table} underlying this PartitionedTable.
*
* <p>
* The raw table can be converted back into a partitioned table using {@link PartitionedTableFactory#of(Table)} or
* {@link PartitionedTableFactory#of(Table, Collection, boolean, String, TableDefinition, boolean)}.
* </p>
*
* @return The underlying {@link Table partitioned table}
*/
@ConcurrentMethod
Expand Down

0 comments on commit e8f24c8

Please sign in to comment.