zentol commented on a change in pull request #8711: [FLINK-12817][docs]Correct 
the import in Processing function example.
URL: https://github.com/apache/flink/pull/8711#discussion_r297149379
 
 

 ##########
 File path: docs/dev/stream/operators/process_function.md
 ##########
 @@ -97,9 +97,7 @@ import 
org.apache.flink.api.common.state.ValueStateDescriptor;
 import org.apache.flink.api.java.tuple.Tuple;
 import org.apache.flink.api.java.tuple.Tuple2;
 import org.apache.flink.configuration.Configuration;
-import org.apache.flink.streaming.api.functions.ProcessFunction;
-import org.apache.flink.streaming.api.functions.ProcessFunction.Context;
-import org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext;
+import org.apache.flink.streaming.api.functions.KeyedProcessFunction;
 
 Review comment:
   We still require imports for `KeyedProcessFunction.Context` and 
`KeyedProcessFunction.OnTimerContext` in the java example.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to