Skip to content

Commit

Permalink
[hotfix][table] fix typos in TableEnvironment javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
godfreyhe authored and twalthr committed Jun 23, 2020
1 parent 2d7a213 commit 6016ff4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ default Table fromValues(AbstractDataType<?> rowType, Object... values) {
* Creates a table from a table source.
*
* @param source table source used as table
* @deprecated use {@link #createTemporaryView(String, Table)}.
*/
@Deprecated
Table fromTableSource(TableSource<?> source);
Expand Down

0 comments on commit 6016ff4

Please sign in to comment.