You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/03/19 06:08:57 UTC

[51/67] [abbrv] activemq-artemis git commit: fixed compilation error

fixed compilation error


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d8b54313
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d8b54313
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d8b54313

Branch: refs/heads/refactor-openwire
Commit: d8b543132ef79b85fed3a1c6f3e09a20b21bd085
Parents: 006b9ba
Author: Howard Gao <ho...@gmail.com>
Authored: Mon Mar 7 22:20:49 2016 +0800
Committer: Clebert Suconic <cl...@apache.org>
Committed: Sat Mar 19 01:07:37 2016 -0400

----------------------------------------------------------------------
 .../artemis/core/protocol/openwire/OpenWireConnection.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d8b54313/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java
----------------------------------------------------------------------
diff --git a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java
index 5880f07..5fc26b0 100644
--- a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java
+++ b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java
@@ -841,7 +841,7 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
    // This will listen for commands throught the protocolmanager
    public class CommandProcessor implements CommandVisitor {
 
-      private AMQConnectionContext getContext() {
+      public AMQConnectionContext getContext() {
          return OpenWireConnection.this.getContext();
       }