liunaijie commented on code in PR #8580:
URL: https://github.com/apache/seatunnel/pull/8580#discussion_r1933043887


##########
seatunnel-connectors-v2/connector-activemq/src/main/java/org/apache/seatunnel/connectors/seatunnel/activemq/sink/ActivemqSinkWriter.java:
##########
@@ -42,11 +40,6 @@ public void write(SeaTunnelRow element) {
         activeMQClient.write(serializationSchema.serialize(element));
     }
 
-    @Override

Review Comment:
   The overwrite is same with parent implement, so I delete 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to