This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 12df410 Clean up imports. 12df410 is described below commit 12df410e8e4579e6f8539aaad82a40789c2ccf0a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 28 09:51:36 2021 -0500 Clean up imports. --- .../java/org/apache/commons/configuration2/TestPropertiesSequence.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/configuration2/TestPropertiesSequence.java b/src/test/java/org/apache/commons/configuration2/TestPropertiesSequence.java index 3ea8a43..ee8a72e 100644 --- a/src/test/java/org/apache/commons/configuration2/TestPropertiesSequence.java +++ b/src/test/java/org/apache/commons/configuration2/TestPropertiesSequence.java @@ -18,7 +18,6 @@ package org.apache.commons.configuration2; */ import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertFalse; import java.util.Iterator;