Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1017#discussion_r37167205
  
    --- Diff: 
flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/operators/Output.java
 ---
    @@ -33,9 +33,8 @@
         * Emits a {@link Watermark} from an operator. This watermark is 
broadcast to all downstream
         * operators.
         *
    -    * <p>
    -    * A watermark specifies that no element with a timestamp older or 
equal to the watermark
    -    * timestamp will be emitted in the future.
    +    * <p>A watermark specifies that no element with a timestamp older or 
equal to the watermark
    --- End diff --
    
    Why did you change this? The oracle Javadoc literature 
(http://www.oracle.com/technetwork/articles/java/index-137868.html) and style 
guides (http://blog.joda.org/2012/11/javadoc-coding-standards.html) have it 
like it was. Javadoc is not HTML so tags like <li> <p> and so on are not closed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to