You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by eh...@apache.org on 2004/01/06 02:17:37 UTC

cvs commit: jakarta-lucene-sandbox/contributions/miscellaneous/src/java/org/apache/lucene/misc HighFreqTerms.java

ehatcher    2004/01/05 17:17:37

  Modified:    contributions/miscellaneous/src/java/org/apache/lucene/misc
                        HighFreqTerms.java
  Log:
  remove unused imports
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-lucene-sandbox/contributions/miscellaneous/src/java/org/apache/lucene/misc/HighFreqTerms.java
  
  Index: HighFreqTerms.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/miscellaneous/src/java/org/apache/lucene/misc/HighFreqTerms.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HighFreqTerms.java	17 Nov 2002 03:56:37 -0000	1.1
  +++ HighFreqTerms.java	6 Jan 2004 01:17:37 -0000	1.2
  @@ -55,8 +55,6 @@
    */
   
   import org.apache.lucene.util.PriorityQueue;
  -import org.apache.lucene.store.Directory;
  -import org.apache.lucene.store.FSDirectory;
   import org.apache.lucene.index.IndexReader;
   import org.apache.lucene.index.Term;
   import org.apache.lucene.index.TermEnum;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org