Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2839#discussion_r218564297
--- Diff:
storm-server/src/main/java/org/apache/storm/localizer/PortAndAssignmentImpl.java
---
@@ -45,14 +48,17 @@ public String getOwner() {
return assignment.get_owner();
}
+ /**
+ * All implementations of PortAndAssignment should implement the same
hashCode() method
--- End diff --
checkstyle: missing period at the end of this.---
