DaanHoogland commented on code in PR #12419:
URL: https://github.com/apache/cloudstack/pull/12419#discussion_r2689265403
##########
plugins/storage/volume/nexenta/src/main/java/org/apache/cloudstack/storage/datastore/util/NexentaStorAppliance.java:
##########
@@ -248,6 +254,11 @@ static final class LuParams {
public boolean equals(Object other) {
return other instanceof LuParams;
}
+
+ @Override
+ public int hashCode() {
+ return 1;
Review Comment:
I think we can address this one (@Pearl1594 ?)
--
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]