Github user chandnisingh commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-core/pull/170#discussion_r45101149
  
    --- 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 --
    
    I removed that from some so that the line doesn't wrap. This was 
incorrectly removed for this line. I will change it back. Will not change 
everything because that is not part of fixing style violations.


---
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.
---

Reply via email to