Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6CF018B23 for ; Wed, 27 May 2015 14:23:28 +0000 (UTC) Received: (qmail 47263 invoked by uid 500); 27 May 2015 14:22:54 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 47205 invoked by uid 500); 27 May 2015 14:22:54 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 47186 invoked by uid 99); 27 May 2015 14:22:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2015 14:22:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 30688E0508; Wed, 27 May 2015 14:22:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robbie@apache.org To: commits@qpid.apache.org Date: Wed, 27 May 2015 14:22:55 -0000 Message-Id: In-Reply-To: <5553262c56064611a5efba88da70ad0c@git.apache.org> References: <5553262c56064611a5efba88da70ad0c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] qpid-jms git commit: NO-JIRA: remove unused imports NO-JIRA: remove unused imports Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/7a319944 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/7a319944 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/7a319944 Branch: refs/heads/master Commit: 7a3199447ce40115279ebf127ca6c8f82c7ed7ae Parents: 96ddae7 Author: Robert Gemmell Authored: Tue May 26 10:04:11 2015 +0100 Committer: Robert Gemmell Committed: Wed May 27 15:22:37 2015 +0100 ---------------------------------------------------------------------- .../qpid/jms/provider/amqp/message/AmqpJmsTextMessageFacade.java | 1 - .../java/org/apache/qpid/jms/discovery/JmsAmqpDiscoveryTest.java | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7a319944/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsTextMessageFacade.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsTextMessageFacade.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsTextMessageFacade.java index 064c49d..214e144 100644 --- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsTextMessageFacade.java +++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpJmsTextMessageFacade.java @@ -23,7 +23,6 @@ import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.CharacterCodingException; import java.nio.charset.Charset; -import java.nio.charset.CharsetDecoder; import java.nio.charset.StandardCharsets; import javax.jms.JMSException; http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7a319944/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/discovery/JmsAmqpDiscoveryTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/discovery/JmsAmqpDiscoveryTest.java b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/discovery/JmsAmqpDiscoveryTest.java index 13f9c1d..d1d8360 100644 --- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/discovery/JmsAmqpDiscoveryTest.java +++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/discovery/JmsAmqpDiscoveryTest.java @@ -42,7 +42,6 @@ import org.apache.qpid.jms.provider.discovery.DiscoveryProviderFactory; import org.apache.qpid.jms.provider.discovery.multicast.MulticastDiscoveryAgent; import org.apache.qpid.jms.support.AmqpTestSupport; import org.apache.qpid.jms.support.Wait; -import org.apache.qpid.proton.amqp.Binary; import org.junit.Before; import org.junit.Test; import org.slf4j.Logger; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org