You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/08/03 01:17:38 UTC

[GitHub] [incubator-pegasus] totalo commented on a diff in pull request #1087: style(java-client): optimize code style

totalo commented on code in PR #1087:
URL: https://github.com/apache/incubator-pegasus/pull/1087#discussion_r936153187


##########
java-client/src/main/java/org/apache/pegasus/client/ClientOptions.java:
##########
@@ -227,6 +227,11 @@ public boolean equals(Object options) {
     return false;
   }
 
+  @Override
+  public int hashCode() {

Review Comment:
   Got it, i will fix it.



-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org