Skip to content

Commit d55a0f4

Browse files
authored
Fix TableInfo javadoc (#3550)
1 parent 5e8d847 commit d55a0f4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableInfo.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
/**
3333
* Google BigQuery table information. Use {@link StandardTableDefinition} to create simple BigQuery
3434
* table. Use {@link ViewDefinition} to create a BigQuery view. Use {@link ExternalTableDefinition}
35-
* to create a BigQuery a table backed by external data. Use {@link ModelDefinition} to create a
36-
* BigQuery ML model.
35+
* to create a BigQuery a table backed by external data.
3736
*
3837
* @see <a href="https://cloud.google.com/bigquery/docs/tables">Managing Tables</a>
3938
*/

0 commit comments

Comments
 (0)