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

Manik Surtani msurtani at belmont.prod.atl2.jboss.com
Wed Aug 30 15:09:57 EDT 2006


  User: msurtani
  Date: 06/08/30 15:09:57

  Modified:    tests/functional/org/jboss/cache/options 
                        CacheModeLocalSimpleTest.java
  Log:
  removed unnenessary (IDE-generated) TODOs that were becoming noisy
  refactored identity lock constructors
  
  Revision  Changes    Path
  1.3       +54 -56    JBossCache/tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheModeLocalSimpleTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheModeLocalSimpleTest.java	20 Jul 2006 06:04:57 -0000	1.2
  +++ CacheModeLocalSimpleTest.java	30 Aug 2006 19:09:57 -0000	1.3
  @@ -15,8 +15,6 @@
   import javax.transaction.TransactionManager;
   
   /**
  - * //TODO: MANIK: Javadoc this class
  - *
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    */
   public class CacheModeLocalSimpleTest extends TestCase
  @@ -50,13 +48,13 @@
           if (cache1 != null)
           {
               cache1.stopService();
  -            cache1=null;
  +         cache1 = null;
           }
   
           if (cache2 != null)
           {
               cache2.stopService();
  -            cache2=null;
  +         cache2 = null;
           }
       }
   
  
  
  



More information about the jboss-cvs-commits mailing list