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/15 21:22:29 UTC

[46/59] [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/9e8c1e54
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9e8c1e54
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9e8c1e54

Branch: refs/heads/refactor-openwire
Commit: 9e8c1e54fc084d99e175cff7d547c1090a7f2957
Parents: 3a8c890
Author: Howard Gao <ho...@gmail.com>
Authored: Mon Mar 7 22:20:49 2016 +0800
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Mar 15 16:21:23 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/9e8c1e54/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();
       }