smiklosovic commented on a change in pull request #1027:
URL: https://github.com/apache/cassandra/pull/1027#discussion_r694626534



##########
File path: src/java/org/apache/cassandra/config/ParameterizedClass.java
##########
@@ -59,6 +59,11 @@ public boolean equals(ParameterizedClass that)
         return Objects.equal(class_name, that.class_name) && 
Objects.equal(parameters, that.parameters);
     }
 
+    public int hashCode()

Review comment:
       please add Override annotation on top of this method.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to