You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/08/07 16:31:45 UTC

svn commit: r1370278 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl2/VarTest.java

Author: sebb
Date: Tue Aug  7 14:31:45 2012
New Revision: 1370278

URL: http://svn.apache.org/viewvc?rev=1370278&view=rev
Log:
Unused import

Modified:
    commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl2/VarTest.java

Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl2/VarTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl2/VarTest.java?rev=1370278&r1=1370277&r2=1370278&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl2/VarTest.java (original)
+++ commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl2/VarTest.java Tue Aug  7 14:31:45 2012
@@ -23,7 +23,6 @@ import java.util.HashSet;
 import java.util.List;
 import java.util.Set;
 import java.util.logging.Logger;
-import org.junit.Test;
 
 /**
  * Tests local variables.