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

Brian Stansberry brian.stansberry at jboss.com
Wed May 30 16:28:41 EDT 2007


  User: bstansberry
  Date: 07/05/30 16:28:41

  Modified:    src/org/jboss/cache/eviction  EvictionPolicyConfigBase.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.4       +4 -3      JBossCache/src/org/jboss/cache/eviction/EvictionPolicyConfigBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EvictionPolicyConfigBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/eviction/EvictionPolicyConfigBase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- EvictionPolicyConfigBase.java	12 Mar 2007 20:20:23 -0000	1.3
  +++ EvictionPolicyConfigBase.java	30 May 2007 20:28:41 -0000	1.4
  @@ -92,9 +92,10 @@
      }
   
      /**
  -    * This method allows implementers a chance to set the policy class name.
  -    * This should be called when the implementation is constructed, but is also
  -    * called in {@link #reset()}
  +    * This method should be overridden by subclass implementers to set the default
  +    * {@link #setEvictionPolicyClass(String) policy class name} for the subclass.
  +    * This will be called when the implementation is constructed, but is also
  +    * called in {@link #reset()}.
       */
      abstract protected void setEvictionPolicyClassName();
   }
  
  
  



More information about the jboss-cvs-commits mailing list