[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/misc ...

Elias Ross genman at noderunner.net
Tue Jan 16 20:31:07 EST 2007


  User: genman  
  Date: 07/01/16 20:31:07

  Modified:    tests/functional/org/jboss/cache/misc 
                        CopyOnWriteArrayTest.java
  Log:
  Restrict visibility in CacheImpl of methods and members
  
  Revision  Changes    Path
  1.3       +2 -2      JBossCache/tests/functional/org/jboss/cache/misc/CopyOnWriteArrayTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CopyOnWriteArrayTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/misc/CopyOnWriteArrayTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CopyOnWriteArrayTest.java	22 Jun 2006 10:43:56 -0000	1.2
  +++ CopyOnWriteArrayTest.java	17 Jan 2007 01:31:07 -0000	1.3
  @@ -1,16 +1,16 @@
   package org.jboss.cache.misc;
   
  -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList;
   import junit.framework.Test;
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
   
   import java.util.Iterator;
   import java.util.LinkedList;
  +import java.util.concurrent.CopyOnWriteArrayList;
   
   /**
    * @author Bela Ban
  - * @version $Id: CopyOnWriteArrayTest.java,v 1.2 2006/06/22 10:43:56 msurtani Exp $
  + * @version $Id: CopyOnWriteArrayTest.java,v 1.3 2007/01/17 01:31:07 genman Exp $
    */
   public class CopyOnWriteArrayTest extends TestCase {
      LinkedList l;
  
  
  



More information about the jboss-cvs-commits mailing list