dnaber      2004/08/08 12:40:42

  Modified:    src/test/org/apache/lucene/util TestPriorityQueue.java
  Log:
  remove an unused variable and clean up imports
  
  Revision  Changes    Path
  1.6       +0 -3      
jakarta-lucene/src/test/org/apache/lucene/util/TestPriorityQueue.java
  
  Index: TestPriorityQueue.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene/src/test/org/apache/lucene/util/TestPriorityQueue.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestPriorityQueue.java    29 Mar 2004 22:48:07 -0000      1.5
  +++ TestPriorityQueue.java    8 Aug 2004 19:40:42 -0000       1.6
  @@ -16,7 +16,6 @@
    * limitations under the License.
    */
   
  -import java.util.Date;
   import java.util.Random;
   import junit.framework.TestCase;
   
  @@ -54,8 +53,6 @@
        PriorityQueue pq = new IntegerQueue(count);
        Random gen = new Random();
        int sum = 0, sum2 = 0;
  -
  -     Date start = new Date();
   
        for (int i = 0; i < count; i++)
        {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to