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

Manik Surtani msurtani at jboss.com
Thu Jan 18 11:55:20 EST 2007


  User: msurtani
  Date: 07/01/18 11:55:20

  Modified:    src/org/jboss/cache/factories  XmlConfigurationParser.java
  Log:
  JBCACHE-889
  
  Revision  Changes    Path
  1.12      +1 -2      JBossCache/src/org/jboss/cache/factories/XmlConfigurationParser.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: XmlConfigurationParser.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/factories/XmlConfigurationParser.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- XmlConfigurationParser.java	11 Jan 2007 13:49:22 -0000	1.11
  +++ XmlConfigurationParser.java	18 Jan 2007 16:55:20 -0000	1.12
  @@ -422,7 +422,7 @@
         if (evictionClass == null || evictionClass.length() == 0)
         {
            evictionClass = defaultEvictionClass;
  -         // if it's still null... what do we configure?
  +         // if it's still null... what do we setCache?
            if (evictionClass == null || evictionClass.length() == 0)
            {
               throw new MissingPolicyException(
  @@ -534,7 +534,6 @@
         NodeList list = source.getElementsByTagName(XmlHelper.ATTR);
         if (log.isDebugEnabled()) log.debug("Attribute size: " + list.getLength());
   
  -
         // loop through attributes
         for (int loop = 0; loop < list.getLength(); loop++)
         {
  
  
  



More information about the jboss-cvs-commits mailing list