You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Christophe Jolif (JIRA)" <ji...@apache.org> on 2018/01/12 20:47:00 UTC

[jira] [Created] (FLINK-8426) Error in Generating Timestamp/Watermakr doc

Christophe Jolif created FLINK-8426:
---------------------------------------

             Summary: Error in Generating Timestamp/Watermakr doc
                 Key: FLINK-8426
                 URL: https://issues.apache.org/jira/browse/FLINK-8426
             Project: Flink
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.4.0
            Reporter: Christophe Jolif
            Priority: Trivial


In https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/event_timestamps_watermarks.html

{{
public class BoundedOutOfOrdernessGenerator extends AssignerWithPeriodicWatermarks<MyEvent>}}

should be
{{
public class BoundedOutOfOrdernessGenerator implements AssignerWithPeriodicWatermarks<MyEvent>}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)