You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2010/12/17 11:09:06 UTC

svn commit: r1050335 - /lucene/dev/branches/bulkpostings/lucene/src/test/org/apache/lucene/index/TestCodecs.java

Author: mikemccand
Date: Fri Dec 17 10:09:06 2010
New Revision: 1050335

URL: http://svn.apache.org/viewvc?rev=1050335&view=rev
Log:
remove unused import

Modified:
    lucene/dev/branches/bulkpostings/lucene/src/test/org/apache/lucene/index/TestCodecs.java

Modified: lucene/dev/branches/bulkpostings/lucene/src/test/org/apache/lucene/index/TestCodecs.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/bulkpostings/lucene/src/test/org/apache/lucene/index/TestCodecs.java?rev=1050335&r1=1050334&r2=1050335&view=diff
==============================================================================
--- lucene/dev/branches/bulkpostings/lucene/src/test/org/apache/lucene/index/TestCodecs.java (original)
+++ lucene/dev/branches/bulkpostings/lucene/src/test/org/apache/lucene/index/TestCodecs.java Fri Dec 17 10:09:06 2010
@@ -40,7 +40,6 @@ import org.apache.lucene.store.Directory
 import org.apache.lucene.util.BytesRef;
 import org.apache.lucene.util.LuceneTestCase;
 import org.apache.lucene.util.Version;
-import static org.junit.Assume.*;
 
 // TODO: test multiple codecs here?