gemmellr commented on code in PR #4183:
URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1067121244


##########
artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenwireMessage.java:
##########
@@ -137,6 +137,11 @@ public String getAddress() {
       return null;
    }
 
+   @Override
+   public String getProducerID() {
+      return null;

Review Comment:
   Anyone can and should delete unused crap when coming across it, rather than 
updating it pointlessly. That way it isnt in the way to confuse and/or lead to 
wasted time for others.
   
   This has been present, seemingly unused from day one, for 6 years now. 
Theres clearly no actual WIP occurring, but even if there was that is what 
branches are for.



-- 
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