This is an automated email from the ASF dual-hosted git repository.

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
     new 806750a  [NO-JIRA] Remove some unused imports to fix build warnings
806750a is described below

commit 806750a0315616a2a3bc8e5f7dfb00af33a6085a
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Tue May 11 17:41:32 2021 -0400

    [NO-JIRA] Remove some unused imports to fix build warnings
---
 .../java/org/apache/qpid/jms/policy/JmsDefaultPrefetchPolicyTest.java   | 2 --
 .../test/testpeer/matchers/sections/MessageHeaderSectionMatcher.java    | 2 +-
 .../testpeer/matchers/sections/MessagePropertiesSectionMatcher.java     | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/policy/JmsDefaultPrefetchPolicyTest.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/policy/JmsDefaultPrefetchPolicyTest.java
index ed2620b..5432bef 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/policy/JmsDefaultPrefetchPolicyTest.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/policy/JmsDefaultPrefetchPolicyTest.java
@@ -20,8 +20,6 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
-import org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy;
-import org.apache.qpid.jms.policy.JmsPrefetchPolicy;
 import org.junit.Test;
 
 /**
diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessageHeaderSectionMatcher.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessageHeaderSectionMatcher.java
index eed6826..fa9d955 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessageHeaderSectionMatcher.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessageHeaderSectionMatcher.java
@@ -21,9 +21,9 @@
 package org.apache.qpid.jms.test.testpeer.matchers.sections;
 
 import java.util.HashMap;
+
 import org.apache.qpid.proton.amqp.Symbol;
 import org.apache.qpid.proton.amqp.UnsignedLong;
-import 
org.apache.qpid.jms.test.testpeer.matchers.sections.MessageListSectionMatcher;
 import org.hamcrest.Matcher;
 
 /**
diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessagePropertiesSectionMatcher.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessagePropertiesSectionMatcher.java
index 35a523a..f46eba8 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessagePropertiesSectionMatcher.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessagePropertiesSectionMatcher.java
@@ -21,9 +21,9 @@
 package org.apache.qpid.jms.test.testpeer.matchers.sections;
 
 import java.util.HashMap;
+
 import org.apache.qpid.proton.amqp.Symbol;
 import org.apache.qpid.proton.amqp.UnsignedLong;
-import 
org.apache.qpid.jms.test.testpeer.matchers.sections.MessageListSectionMatcher;
 import org.hamcrest.Matcher;
 
 /**

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

Reply via email to