Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/2939#discussion_r91721509
--- Diff:
flink-tests/src/test/java/org/apache/flink/test/checkpointing/StateCheckpointedITCase.java
---
@@ -47,7 +47,7 @@
* A simple test that runs a streaming topology with checkpointing enabled.
*
* The test triggers a failure after a while and verifies that, after
completion, the
- * state defined with either the {@link ValueState} or the {@link
Checkpointed}
+ * state defined with either the {@link ValueState} or the {@link
org.apache.flink.streaming.api.checkpoint.ListCheckpointed}
--- End diff --
do not use the fully qualified class name here. (it's not required since
you import the class anyway ;) )
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---