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

    https://github.com/apache/flink/pull/2788#discussion_r89762073
  
    --- Diff: 
flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/ConnectedStreams.scala
 ---
    @@ -101,30 +101,31 @@ class ConnectedStreams[IN1, IN2](javaStream: 
JavaCStream[IN1, IN2]) {
       }
     
       /**
    -   * Applies the given [[TimelyCoFlatMapFunction]] on the connected input 
streams,
    +   * Applies the given [[CoProcessFunction]] on the connected input 
streams,
        * thereby creating a transformed output stream.
        *
        * The function will be called for every element in the streams and can 
produce
        * zero or more output. The function can also query the time and set 
timers. When
        * reacting to the firing of set timers the function can emit yet more 
elements.
        *
    -   * A 
[[org.apache.flink.streaming.api.functions.co.RichTimelyCoFlatMapFunction]]
    +   * A [[RichCoProcessFunction]]
        * can be used to gain access to features provided by the
        * [[org.apache.flink.api.common.functions.RichFunction]] interface.
        *
    -   * @param coFlatMapper The [[TimelyCoFlatMapFunction]] that is called 
for each element
    -    *                     in the stream.
    -    *
    +   * @param coProcessFunction The [[CoProcessFunction]] that is called for 
each element
    +    *                    in the stream.
        * @return The transformed { @link DataStream}.
    --- End diff --
    
    The transformed [[DataStream]].


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to