AHeise commented on a change in pull request #16221:
URL: https://github.com/apache/flink/pull/16221#discussion_r656304751



##########
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:
       That's what I meant :p




-- 
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]


Reply via email to