dawidwys commented on a change in pull request #16221:
URL: https://github.com/apache/flink/pull/16221#discussion_r656030673
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
##########
@@ -652,11 +652,11 @@ private void processStreamStatus(StreamStatus
streamStatus, int index) throws Ex
}
}
- public final void processStreamStatus1(StreamStatus streamStatus) throws
Exception {
+ public void processStreamStatus1(StreamStatus streamStatus) throws
Exception {
processStreamStatus(streamStatus, 0);
}
- public final void processStreamStatus2(StreamStatus streamStatus) throws
Exception {
+ public void processStreamStatus2(StreamStatus streamStatus) throws
Exception {
Review comment:
Scratch that. I need to remove `final` only from `processStreamStatus`.
--
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]