You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tzulitai <gi...@git.apache.org> on 2017/07/01 06:22:30 UTC

[GitHub] flink pull request #4229: [FLINK-7038] [docs] Correct misused term to KeyedS...

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

    https://github.com/apache/flink/pull/4229#discussion_r125155753
  
    --- Diff: flink-core/src/main/java/org/apache/flink/api/common/state/State.java ---
    @@ -23,7 +23,7 @@
     /**
      * Interface that different types of partitioned state must implement.
      *
    - * <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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---