Skip to content

Commit

Permalink
Fix TableInfo javadoc (#3550)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Aug 10, 2018
1 parent 5e8d847 commit d55a0f4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
/**
* Google BigQuery table information. Use {@link StandardTableDefinition} to create simple BigQuery
* table. Use {@link ViewDefinition} to create a BigQuery view. Use {@link ExternalTableDefinition}
* to create a BigQuery a table backed by external data. Use {@link ModelDefinition} to create a
* BigQuery ML model.
* to create a BigQuery a table backed by external data.
*
* @see <a href="https://cloud.google.com/bigquery/docs/tables">Managing Tables</a>
*/
Expand Down

0 comments on commit d55a0f4

Please sign in to comment.