Repository: activemq Updated Branches: refs/heads/activemq-5.14.x 6a87e13eb -> cc28f5dc3
https://issues.apache.org/jira/browse/AMQ-6590 Removing un-needed imports (cherry picked from commit 83511c96e5cf91f348a81ecc3c4439aa345548dd) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/cc28f5dc Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/cc28f5dc Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/cc28f5dc Branch: refs/heads/activemq-5.14.x Commit: cc28f5dc3905e411b3e5ce39240baf21ccedb0af Parents: 6a87e13 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Thu Feb 2 07:09:57 2017 -0500 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Thu Feb 2 07:10:38 2017 -0500 ---------------------------------------------------------------------- .../org/apache/activemq/store/kahadb/disk/page/PageFileTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/cc28f5dc/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/page/PageFileTest.java ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/page/PageFileTest.java b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/page/PageFileTest.java index a39f30c..c5a84e9 100644 --- a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/page/PageFileTest.java +++ b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/page/PageFileTest.java @@ -22,11 +22,9 @@ import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; -import java.lang.reflect.Field; import java.util.HashSet; import org.apache.activemq.store.kahadb.disk.util.StringMarshaller; -import org.apache.activemq.util.RecoverableRandomAccessFile; import junit.framework.TestCase;
