EMsnap commented on code in PR #8659:
URL: https://github.com/apache/inlong/pull/8659#discussion_r1287880335
##########
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/trigger/PathPattern.java:
##########
@@ -168,8 +162,9 @@ public int hashCode() {
@Override
public boolean equals(Object object) {
- if (object instanceof PathPattern) {
- PathPattern entity = (PathPattern) object;
+ if (object instanceof
org.apache.inlong.agent.plugin.trigger.PathPattern) {
Review Comment:
I'm sorry but why replace PathPattern with
org.apache.inlong.agent.plugin.trigger.PathPattern ?
--
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]