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

Galder Zamarreno galder.zamarreno at jboss.com
Tue Sep 26 06:21:47 EDT 2006


  User: gzamarreno
  Date: 06/09/26 06:21:47

  Modified:    src/org/jboss/cache  Tag: Branch_JBossCache_1_4_0
                        TreeCache.java
  Log:
  [JBCACHE-776] EvictionPolicyProvider deprecated message downgraded from WARN to DEBUG.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.195.2.10 +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.195.2.9
  retrieving revision 1.195.2.10
  diff -u -b -r1.195.2.9 -r1.195.2.10
  --- TreeCache.java	13 Sep 2006 10:56:34 -0000	1.195.2.9
  +++ TreeCache.java	26 Sep 2006 10:21:46 -0000	1.195.2.10
  @@ -79,7 +79,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.195.2.9 2006/09/13 10:56:34 msurtani Exp $
  + * @version $Id: TreeCache.java,v 1.195.2.10 2006/09/26 10:21:46 gzamarreno Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -1591,7 +1591,7 @@
       */
      public void setEvictionPolicyProvider(EvictionPolicy policy)
      {
  -      log.warn("Using deprecated configuration element 'EvictionPolicyProvider'.  This is only provided for 1.2.x backward compatibility and may disappear in future releases.");
  +      log.debug("Using deprecated configuration element 'EvictionPolicyProvider'.  This is only provided for 1.2.x backward compatibility and may disappear in future releases.");
         this.eviction_policy_provider = policy;
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list