aljoscha commented on a change in pull request #11618: [FLINK-6258] Deprecate ListCheckpointed interface URL: https://github.com/apache/flink/pull/11618#discussion_r402455771
########## File path: docs/dev/stream/state/state.md ########## @@ -533,8 +533,8 @@ in that: ## Using Operator State -To use operator state, a stateful function can implement either the more general `CheckpointedFunction` -interface, or the `ListCheckpointed<T extends Serializable>` interface. +To use operator state, a stateful function can implement the `CheckpointedFunction` Review comment: 😂 ---------------------------------------------------------------- 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
