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

    https://github.com/apache/storm/pull/2839#discussion_r218564410
  
    --- Diff: 
storm-server/src/main/java/org/apache/storm/localizer/TimePortAndAssignment.java
 ---
    @@ -48,4 +48,29 @@ public LocalAssignment getAssignment() {
         public void complete() {
             stopTiming();
         }
    +
    +    @Override
    +    public String toString() {
    +        return "TimePortAndAssignment{" + 
getAssignment().get_topology_id() + " on " + getPort() + "}";
    +    }
    +
    +    /**
    +     * All implementations of PortAndAssignment should implement the same 
hashCode() method
    --- End diff --
    
    checkstyle: missing period here too.


---

Reply via email to