Github user tabish121 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1542#discussion_r139834842
--- Diff:
artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQSession.java
---
@@ -436,11 +435,11 @@ public ServerSession getCoreSession() {
public ActiveMQServer getCoreServer() {
return this.server;
}
-
+/*
--- End diff --
Why comment this out, the source control maintains history so leaving old
dead code in is not needed, you can just review the commit history to see it.
---