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

Brian Stansberry brian.stansberry at jboss.com
Wed May 30 01:00:48 EDT 2007


  User: bstansberry
  Date: 07/05/30 01:00:47

  Modified:    src/org/jboss/cache/eviction  EvictionPolicyConfig.java
  Log:
  Javadoc typo
  
  Revision  Changes    Path
  1.8       +1 -1      JBossCache/src/org/jboss/cache/eviction/EvictionPolicyConfig.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EvictionPolicyConfig.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/eviction/EvictionPolicyConfig.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- EvictionPolicyConfig.java	18 Jan 2007 16:55:18 -0000	1.7
  +++ EvictionPolicyConfig.java	30 May 2007 05:00:47 -0000	1.8
  @@ -21,7 +21,7 @@
   {
      /**
       * Gets the class name of the {@link EvictionPolicy} implementation
  -    * this object will be used to setCache. Used by {@link org.jboss.cache.RegionManager}
  +    * this object will configure. Used by {@link org.jboss.cache.RegionManager}
       * to instantiate the policy.
       *
       * @return fully qualified class name
  
  
  



More information about the jboss-cvs-commits mailing list