[hotfix] [Javadoc] Fix typo in Javadoc for class InputTypeConfigurable
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/dc3f8390 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/dc3f8390 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/dc3f8390 Branch: refs/heads/master Commit: dc3f839063fe4afcdbb2334bdecc9f5f9f9545a6 Parents: 371ec9d Author: gyao <[email protected]> Authored: Tue Oct 10 16:26:52 2017 +0200 Committer: zentol <[email protected]> Committed: Wed Oct 11 22:06:59 2017 +0200 ---------------------------------------------------------------------- .../org/apache/flink/api/java/typeutils/InputTypeConfigurable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/dc3f8390/flink-core/src/main/java/org/apache/flink/api/java/typeutils/InputTypeConfigurable.java ---------------------------------------------------------------------- diff --git a/flink-core/src/main/java/org/apache/flink/api/java/typeutils/InputTypeConfigurable.java b/flink-core/src/main/java/org/apache/flink/api/java/typeutils/InputTypeConfigurable.java index b7fc2e2..8f749a9 100644 --- a/flink-core/src/main/java/org/apache/flink/api/java/typeutils/InputTypeConfigurable.java +++ b/flink-core/src/main/java/org/apache/flink/api/java/typeutils/InputTypeConfigurable.java @@ -25,7 +25,7 @@ import org.apache.flink.api.common.typeinfo.TypeInformation; /** * {@link org.apache.flink.api.common.io.OutputFormat}s can implement this interface to be configured - * with the data type they will operate on. The method {@link #setInputType(TypeInformation, ExecutionConfig) + * with the data type they will operate on. The method {@link #setInputType(TypeInformation, ExecutionConfig)} * will be called when the output format is used with an output API method. */ @Public
