PROTON-954: remove unused imports

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

Branch: refs/heads/master
Commit: 474d7238c1f0d729cb3ecd3134ffe96743a4298d
Parents: de99c06
Author: Robert Gemmell <[email protected]>
Authored: Thu Jul 23 12:57:44 2015 +0100
Committer: Robert Gemmell <[email protected]>
Committed: Thu Jul 23 12:57:44 2015 +0100

----------------------------------------------------------------------
 proton-j/src/main/java/org/apache/qpid/proton/TestDecoder.java | 2 --
 proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/474d7238/proton-j/src/main/java/org/apache/qpid/proton/TestDecoder.java
----------------------------------------------------------------------
diff --git a/proton-j/src/main/java/org/apache/qpid/proton/TestDecoder.java 
b/proton-j/src/main/java/org/apache/qpid/proton/TestDecoder.java
index 144fc2f..50d53f7 100644
--- a/proton-j/src/main/java/org/apache/qpid/proton/TestDecoder.java
+++ b/proton-j/src/main/java/org/apache/qpid/proton/TestDecoder.java
@@ -28,13 +28,11 @@ import org.apache.qpid.proton.amqp.UnsignedByte;
 import org.apache.qpid.proton.amqp.UnsignedInteger;
 import org.apache.qpid.proton.amqp.UnsignedLong;
 import org.apache.qpid.proton.amqp.UnsignedShort;
-import org.apache.qpid.proton.amqp.messaging.AmqpValue;
 import org.apache.qpid.proton.codec.AMQPDefinedTypes;
 
 import org.apache.qpid.proton.codec.DecoderImpl;
 import org.apache.qpid.proton.codec.EncoderImpl;
 
-import java.io.IOException;
 import java.nio.ByteBuffer;
 import java.util.Date;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/474d7238/proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java
----------------------------------------------------------------------
diff --git a/proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java 
b/proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java
index f640e3c..aac3fc5 100644
--- a/proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java
+++ b/proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java
@@ -23,8 +23,6 @@ package org.apache.qpid.proton.amqp;
 import java.nio.ByteBuffer;
 import java.util.Collection;
 
-import static java.lang.Math.min;
-
 public final class Binary
 {
 


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

Reply via email to