Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/170#discussion_r45105392
--- Diff: api/src/main/java/com/datatorrent/api/Context.java ---
@@ -186,12 +193,13 @@
* is equivalent to infinity; The operator hence will be attempted to
be recovered indefinitely unless this value
* is set to anything else.
*/
- Attribute<Integer> RECOVERY_ATTEMPTS = new Attribute<Integer>(new
Integer2String());
+ Attribute<Integer> RECOVERY_ATTEMPTS = new Attribute<>(new
Integer2String());
--- End diff --
IMHO that is not the part of this task. If that is the case then I can
close this pull request and let someone else pick up the task.
---
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.
---