[jboss-cvs] JBossCache/src/org/jboss/cache ...

Manik Surtani msurtani at jboss.com
Thu Jul 20 04:05:17 EDT 2006


  User: msurtani
  Date: 06/07/20 04:05:17

  Modified:    src/org/jboss/cache  TreeCache.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.206     +2 -2      JBossCache/src/org/jboss/cache/TreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/TreeCache.java,v
  retrieving revision 1.205
  retrieving revision 1.206
  diff -u -b -r1.205 -r1.206
  --- TreeCache.java	20 Jul 2006 06:04:56 -0000	1.205
  +++ TreeCache.java	20 Jul 2006 08:05:17 -0000	1.206
  @@ -74,7 +74,7 @@
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    * @author Brian Stansberry
    * @author Daniel Huang (dhuang at jboss.org)
  - * @version $Id: TreeCache.java,v 1.205 2006/07/20 06:04:56 msurtani Exp $
  + * @version $Id: TreeCache.java,v 1.206 2006/07/20 08:05:17 msurtani Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -270,7 +270,7 @@
           return configuration;
       }
   
  -    private Configuration configuration;
  +    private Configuration configuration = new Configuration();
   
       /**
        * Creates a TreeCache with a given configuration
  
  
  



More information about the jboss-cvs-commits mailing list