aljoscha commented on a change in pull request #14982: URL: https://github.com/apache/flink/pull/14982#discussion_r582004038
########## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamOperatorStateHandler.java ########## @@ -174,6 +180,7 @@ public OperatorSnapshotFutures snapshotState( return snapshotInProgress; } + @SuppressWarnings("checkstyle:RegexpSingleline") Review comment: I don't know how that ended up there... 🙈 removing ---------------------------------------------------------------- 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: us...@infra.apache.org