Repository: qpid-jms
Updated Branches:
  refs/heads/master f00a7ffd3 -> 251ff03b0


Remove unused constructor

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

Branch: refs/heads/master
Commit: 746877a237a9014172c62875749500d7003fdf5c
Parents: f00a7ff
Author: Timothy Bish <[email protected]>
Authored: Mon Feb 2 15:33:45 2015 -0500
Committer: Timothy Bish <[email protected]>
Committed: Mon Feb 2 15:33:45 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/746877a2/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 8ecf3fd..5332e0a 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
@@ -23,7 +23,6 @@ import io.netty.util.ReferenceCountUtil;
 import java.io.IOException;
 import java.net.URI;
 import java.nio.ByteBuffer;
-import java.util.Map;
 import java.util.concurrent.Executors;
 import java.util.concurrent.ScheduledExecutorService;
 import java.util.concurrent.ThreadFactory;
@@ -121,18 +120,7 @@ public class AmqpProvider implements Provider, 
TransportListener {
      *        The URI of the AMQP broker this Provider instance will connect 
to.
      */
     public AmqpProvider(URI remoteURI) {
-        this(remoteURI, null);
-    }
-
-    /**
-     * Create a new instance of an AmqpProvider bonded to the given remote URI.
-     *
-     * @param remoteURI
-     *        The URI of the AMQP broker this Provider instance will connect 
to.
-     */
-    public AmqpProvider(URI remoteURI, Map<String, String> extraOptions) {
         this.remoteURI = remoteURI;
-
         this.serializer = Executors.newSingleThreadScheduledExecutor(new 
ThreadFactory() {
 
             @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to