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

Manik Surtani msurtani at jboss.com
Thu Jan 11 08:49:22 EST 2007


  User: msurtani
  Date: 07/01/11 08:49:22

  Modified:    src/org/jboss/cache/factories     
                        XmlConfigurationParser.java
  Removed:     src/org/jboss/cache/factories      CacheFactory.java
                        CacheFactoryTest.java UnitTestCacheFactory.java
                        DefaultCacheFactory.java
  Log:
  Changed CacheImpl ctor to be protected, and changed cache factories accordingly
  
  Revision  Changes    Path
  1.11      +1 -1      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- XmlConfigurationParser.java	4 Jan 2007 05:35:37 -0000	1.10
  +++ XmlConfigurationParser.java	11 Jan 2007 13:49:22 -0000	1.11
  @@ -43,7 +43,7 @@
   /**
    * Reads in XMLconfiguration files and spits out a {@link org.jboss.cache.config.Configuration} object.  When deployed as a
    * JBoss MBean, this role is performed by the JBoss Microcontainer.  This class is only used internally in unit tests
  - * or within {@link CacheFactory} implementations for standalone JBoss Cache usage.
  + * or within {@link org.jboss.cache.CacheFactory} implementations for standalone JBoss Cache usage.
    *
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    */
  
  
  



More information about the jboss-cvs-commits mailing list