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

    https://github.com/apache/flink/pull/4229#discussion_r125155750
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/api/common/state/AppendingState.java 
---
    @@ -29,7 +29,7 @@
      * <p>The state is accessed and modified by user functions, and 
checkpointed consistently
      * by the system as part of the distributed snapshots.
      * 
    - * <p>The state is only accessible by functions applied on a 
KeyedDataStream. The key is
    + * <p>The state is only accessible by functions applied on a KeyedStream. 
The key is
    --- End diff --
    
    Could you also change these to be actual Javadoc links?
    i.e. `{@link KeyedStream}`.


---
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