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

Manik Surtani msurtani at jboss.com
Tue Jul 18 13:53:57 EDT 2006


  User: msurtani
  Date: 06/07/18 13:53:57

  Modified:    src/org/jboss/cache  PropertyConfigurator.java
  Log:
  Deprecated in favour of new mechanism of configuring and starting a cache
  
  Revision  Changes    Path
  1.7       +3 -0      JBossCache/src/org/jboss/cache/PropertyConfigurator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PropertyConfigurator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/PropertyConfigurator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- PropertyConfigurator.java	18 Jul 2006 10:50:46 -0000	1.6
  +++ PropertyConfigurator.java	18 Jul 2006 17:53:57 -0000	1.7
  @@ -43,6 +43,9 @@
    * <p>See the tree cache xml file for example.</p>
    *
    * @author bwang
  + * @deprecated
  + * @see org.jboss.cache.config.Configuration
  + * @see org.jboss.cache.factories.CacheFactory
    */
   public class PropertyConfigurator {
      private static Log logger_=LogFactory.getLog(PropertyConfigurator.class);
  
  
  



More information about the jboss-cvs-commits mailing list