Pearl1594 commented on code in PR #8409:
URL: https://github.com/apache/cloudstack/pull/8409#discussion_r1439386393
##########
plugins/network-elements/nsx/src/main/java/org/apache/cloudstack/agent/api/DeleteNsxTier1GatewayCommand.java:
##########
@@ -41,4 +43,18 @@ public String getNetworkResourceName() {
public boolean isResourceVpc() {
return isResourceVpc;
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (o == null || getClass() != o.getClass()) return false;
+ if (!super.equals(o)) return false;
Review Comment:
Thanks..
Just used intellij's code autogen feature ..
--
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]