You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2016/12/12 22:01:52 UTC

qpid-jms git commit: QPIDJMS-237 Remove commented out block left in from last commit.

Repository: qpid-jms
Updated Branches:
  refs/heads/master 4cee1c194 -> c05146612


QPIDJMS-237 Remove commented out block left in from last commit.

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/c0514661
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/c0514661
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/c0514661

Branch: refs/heads/master
Commit: c05146612527294f15529642b31d47d42bce5b47
Parents: 4cee1c1
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon Dec 12 17:01:48 2016 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Mon Dec 12 17:01:48 2016 -0500

----------------------------------------------------------------------
 .../main/java/org/apache/qpid/jms/provider/amqp/AmqpProvider.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c0514661/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpProvider.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpProvider.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpProvider.java
index 027cc1b..10f98cd 100644
--- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpProvider.java
+++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpProvider.java
@@ -291,7 +291,6 @@ public class AmqpProvider implements Provider, TransportListener , AmqpResourceP
                     }
                 } finally {
                     ThreadPoolUtils.shutdown(serializer);
-                    //serializer.shutdown();
                 }
             }
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org