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

Manik Surtani manik at jboss.org
Fri Jun 15 09:08:22 EDT 2007


  User: msurtani
  Date: 07/06/15 09:08:22

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  Patched generic and vararg related issue with Fqn construction
  
  Revision  Changes    Path
  1.93      +1 -1      JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -b -r1.92 -r1.93
  --- CacheImpl.java	15 Jun 2007 12:37:56 -0000	1.92
  +++ CacheImpl.java	15 Jun 2007 13:08:22 -0000	1.93
  @@ -1172,7 +1172,7 @@
       *                portion of the cache that should be evicted.
       * @throws CacheException
       */
  -   protected void _evictSubtree(Fqn<?> subtree) throws CacheException
  +   protected void _evictSubtree(Fqn subtree) throws CacheException
      {
   
         if (!exists(subtree))
  
  
  



More information about the jboss-cvs-commits mailing list