fredia commented on code in PR #24368: URL: https://github.com/apache/flink/pull/24368#discussion_r1500360274
########## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java: ########## @@ -250,6 +251,10 @@ public class ExecutionCheckpointingOptions { "Forces unaligned checkpoints, particularly allowing them for iterative jobs.") .build()); + /** + * @Deprecated Use {@link StateRecoveryOptions#CHECKPOINT_ID_OF_IGNORED_IN_FLIGHT_DATA} instead. Review Comment: It's better to use lowercase @deprecated tag. https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#@deprecated -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org