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/08/11 01:47:07 UTC

activemq-artemis git commit: ARTEMIS-1333 oops

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 8cef53f39 -> 69e345f29


ARTEMIS-1333 oops


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

Branch: refs/heads/master
Commit: 69e345f29109a253767bcce6ba53c48be723d4f7
Parents: 8cef53f
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Aug 10 21:46:27 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Aug 10 21:46:27 2017 -0400

----------------------------------------------------------------------
 .../activemq/artemis/core/server/impl/ServerSessionImpl.java      | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/69e345f2/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
----------------------------------------------------------------------
diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
index 1661ab2..72f2154 100644
--- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
+++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
@@ -1240,9 +1240,6 @@ public class ServerSessionImpl implements ServerSession, FailureListener {
       if (closed)
          return;
 
-      if (failed) {
-
-      }
       context.executeOnCompletion(new IOCallback() {
          @Override
          public void onError(int errorCode, String errorMessage) {