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

Galder Zamarreno galder.zamarreno at jboss.com
Tue Oct 10 09:32:57 EDT 2006


  User: gzamarreno
  Date: 06/10/10 09:32:57

  Modified:    src/org/jboss/cache  Tag: JBossCache_1_4_0_SP1_JBCACHE-804
                        TreeCache.java
  Log:
  [JBCACHE-804] Porting JBCACHE-776
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.195.2.8.2.1 +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.8
  retrieving revision 1.195.2.8.2.1
  diff -u -b -r1.195.2.8 -r1.195.2.8.2.1
  --- TreeCache.java	11 Aug 2006 19:59:14 -0000	1.195.2.8
  +++ TreeCache.java	10 Oct 2006 13:32:57 -0000	1.195.2.8.2.1
  @@ -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.8 2006/08/11 19:59:14 bstansberry Exp $
  + * @version $Id: TreeCache.java,v 1.195.2.8.2.1 2006/10/10 13:32:57 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