You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ot...@apache.org on 2002/09/15 22:21:18 UTC

cvs commit: jakarta-lucene-sandbox/contributions/webcrawler-LARM/src/de/lanlab/larm/util CachingQueue.java

otis        2002/09/15 13:21:18

  Modified:    contributions/webcrawler-LARM/src/de/lanlab/larm/util
                        CachingQueue.java
  Log:
  - Added FIXME.
  
  Revision  Changes    Path
  1.4       +1 -2      jakarta-lucene-sandbox/contributions/webcrawler-LARM/src/de/lanlab/larm/util/CachingQueue.java
  
  Index: CachingQueue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/webcrawler-LARM/src/de/lanlab/larm/util/CachingQueue.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CachingQueue.java	18 Jun 2002 21:57:00 -0000	1.3
  +++ CachingQueue.java	15 Sep 2002 20:21:18 -0000	1.4
  @@ -319,8 +319,6 @@
   
   public class CachingQueue implements Queue
   {
  -
  -
       /**
        * the Blocks
        */
  @@ -373,6 +371,7 @@
           queueBlocks = new LinkedList();
           this.name = name;
           this.blockSize = blockSize;
  +        // FIXME: the name of the caching queue directory needs to be in properties
           File cq = new File("cachingqueue");
           cq.mkdir();
       }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>