Technoboy- commented on a change in pull request #1735: remove lombok
dependency in dao module
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/1735#discussion_r363321856
##########
File path:
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/ProcessInstance.java
##########
@@ -619,4 +617,98 @@ public String toString() {
", receiversCc='" + receiversCc + '\'' +
'}';
}
+
+ @Override
+ public boolean equals(Object o) {
Review comment:
The same as the upstair
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services