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 2017/06/01 00:24:14 UTC

activemq-artemis git commit: ARTEMIS-1187 fix checkstyle

Repository: activemq-artemis
Updated Branches:
  refs/heads/master c0680e828 -> 6314b1766


ARTEMIS-1187 fix checkstyle


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

Branch: refs/heads/master
Commit: 6314b17667305188e29d64b9e8a8c382828662e6
Parents: c0680e8
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 31 20:24:02 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 31 20:24:02 2017 -0400

----------------------------------------------------------------------
 .../artemis/core/protocol/core/impl/ActiveMQSessionContext.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6314b176/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java
----------------------------------------------------------------------
diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java
index 4b8bedb..71baaeb 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java
@@ -111,7 +111,6 @@ import org.apache.activemq.artemis.spi.core.remoting.Connection;
 import org.apache.activemq.artemis.spi.core.remoting.ReadyListener;
 import org.apache.activemq.artemis.spi.core.remoting.SessionContext;
 import org.apache.activemq.artemis.utils.TokenBucketLimiterImpl;
-import org.apache.activemq.artemis.utils.VersionLoader;
 import org.jboss.logging.Logger;
 
 import static org.apache.activemq.artemis.core.protocol.core.impl.PacketImpl.DISCONNECT_CONSUMER;