Github user uce commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/239#discussion_r20989217
--- Diff:
flink-core/src/main/java/org/apache/flink/api/common/typeutils/TypeSerializer.java
---
@@ -59,8 +59,14 @@
* @return True, if the serializer is stateful, false if it is
stateless;
*/
public abstract boolean isStateful();
-
-
+
+
+ /**
+ * Gets whether an instance of the underlying type can be created by
this serializer
--- End diff --
- I would remove the `@return`
- I think "Returns whether..." is better than "Gets whether..."
- Empty line above the beginning of the comment
---
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.
---