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

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


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new fefff13  [FLINK-18793] fix code link typo
fefff13 is described below

commit fefff13a7eb661dfc9baf7235666c563aba9a401
Author: chris <chrislan...@gmail.com>
AuthorDate: Fri Jul 31 10:27:52 2020 -0700

    [FLINK-18793] fix code link typo
    
    This closes #13041.
---
 .../java/org/apache/flink/api/common/eventtime/WatermarkStrategy.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-core/src/main/java/org/apache/flink/api/common/eventtime/WatermarkStrategy.java
 
b/flink-core/src/main/java/org/apache/flink/api/common/eventtime/WatermarkStrategy.java
index cf11e47..8f0d158 100644
--- 
a/flink-core/src/main/java/org/apache/flink/api/common/eventtime/WatermarkStrategy.java
+++ 
b/flink-core/src/main/java/org/apache/flink/api/common/eventtime/WatermarkStrategy.java
@@ -33,7 +33,7 @@ import static 
org.apache.flink.util.Preconditions.checkNotNull;
  *
  * <p>This interface is split into three parts: 1) methods that an implementor 
of this interface
  * needs to implement, 2) builder methods for building a {@code 
WatermarkStrategy} on a base
- * strategy, 3) convenience methods for constructing a {code 
WatermarkStrategy} for common built-in
+ * strategy, 3) convenience methods for constructing a {@code 
WatermarkStrategy} for common built-in
  * strategies or based on a {@link WatermarkGeneratorSupplier}
  *
  * <p>Implementors of this interface need only implement {@link 
#createWatermarkGenerator(WatermarkGeneratorSupplier.Context)}.

Reply via email to