You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2020/06/23 16:31:39 UTC

[flink] 02/08: [hotfix][table] fix typos in TableEnvironment javadoc

This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 880a5d77e0ad93cff6f21704b9dbcf756efb3d0e
Author: godfreyhe <go...@163.com>
AuthorDate: Tue Jun 9 16:34:18 2020 +0800

    [hotfix][table] fix typos in TableEnvironment javadoc
---
 .../src/main/java/org/apache/flink/table/api/TableEnvironment.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java b/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
index 614b6e7..dfe5054e 100644
--- a/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
+++ b/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
@@ -326,7 +326,6 @@ public interface TableEnvironment {
 	 * 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);