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

Manik Surtani msurtani at jboss.com
Thu Jul 20 05:03:51 EDT 2006


  User: msurtani
  Date: 06/07/20 05:03:51

  Modified:    src/org/jboss/cache/config  Configuration.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.7       +2 -7      JBossCache/src/org/jboss/cache/config/Configuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Configuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/Configuration.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Configuration.java	20 Jul 2006 06:04:56 -0000	1.6
  +++ Configuration.java	20 Jul 2006 09:03:51 -0000	1.7
  @@ -299,21 +299,16 @@
           this.evictionPolicyClass = evictionPolicyClass;
       }
   
  -    public CacheMode getCacheModeInt()
  +    public CacheMode getCacheMode()
       {
           return cacheModeInt;
       }
   
  -    public void setCacheModeInt(CacheMode cacheModeInt)
  +    public void setCacheMode(CacheMode cacheModeInt)
       {
           this.cacheModeInt = cacheModeInt;
       }
   
  -    public String getCacheMode()
  -    {
  -        return cacheMode;
  -    }
  -
       public void setCacheMode(String cacheMode)
       {
           this.cacheMode = cacheMode;
  
  
  



More information about the jboss-cvs-commits mailing list