Github user gaohoward commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1542#discussion_r139854686
--- 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 --
doh, forgot it. I think I commented it out back then thinking it might be
used somewhere else.
Thanks @tabish121 . Branch updated.
---