pnowojski commented on a change in pull request #11096:
[FLINK-16056][runtime][tests] fix CFRO creation in tests
URL: https://github.com/apache/flink/pull/11096#discussion_r380510004
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -70,7 +70,6 @@
import org.apache.flink.streaming.api.datastream.DataStreamSource;
import org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator;
import
org.apache.flink.streaming.api.functions.source.ContinuousFileMonitoringFunction;
-import
org.apache.flink.streaming.api.functions.source.ContinuousFileReaderOperator;
Review comment:
One more thing. Doesn't removal of line brake the java docs for this class
(`@Public` so quite important)?
Replace `{@link ContinuousFileReaderOperator readers}` with full class
reference?
----------------------------------------------------------------
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