Repository: commons-lang
Updated Branches:
  refs/heads/master dfd69e038 -> 7d54a14a7


remove unused import


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/7d54a14a
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/7d54a14a
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/7d54a14a

Branch: refs/heads/master
Commit: 7d54a14a75b55568a59760382a0a56e8cd3428f3
Parents: dfd69e0
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Nov 20 10:56:48 2016 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Nov 20 10:56:48 2016 +0100

----------------------------------------------------------------------
 .../org/apache/commons/lang3/text/ExtendedMessageFormatTest.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/7d54a14a/src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java 
b/src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java
index 0a237e3..13a7e79 100644
--- a/src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java
+++ b/src/test/java/org/apache/commons/lang3/text/ExtendedMessageFormatTest.java
@@ -21,7 +21,6 @@ import org.junit.Before;
 import static org.junit.Assert.*;
 import static org.apache.commons.lang3.JavaVersion.JAVA_1_4;
 
-import java.text.ChoiceFormat;
 import java.text.DateFormat;
 import java.text.FieldPosition;
 import java.text.Format;

Reply via email to