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/31 04:31:32 UTC

[50/69] [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/d2679b89
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d2679b89
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d2679b89

Branch: refs/heads/refactor-openwire
Commit: d2679b89a8db022e895be2b223c981792242f8c5
Parents: acba275
Author: Howard Gao <ho...@gmail.com>
Authored: Mon Mar 7 22:20:49 2016 +0800
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 30 22:29:44 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/d2679b89/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();
       }