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

    https://github.com/apache/incubator-flink/pull/44#discussion_r14288968
  
    --- Diff: 
stratosphere-java/src/main/java/eu/stratosphere/api/java/tuple/Tuple2.java ---
    @@ -99,6 +99,15 @@ public void setFields(T0 value0, T1 value1) {
                this.f1 = value1;
        }
     
    +   /**
    +   * Returns a shallow copy of the Tuple2 with swapped values.
    +   *
    +   * @return A Tuple2<T1, T0> shallow copy. Value0 and value1 are swapped.
    --- End diff --
    
    I think this comment is a bit ambiguous... I would say either remove the 
`@return` or just copy the `Shallow copy of the Tuple2 with swapped values.`.


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