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

Manik Surtani msurtani at jboss.com
Thu Aug 17 17:57:58 EDT 2006


  User: msurtani
  Date: 06/08/17 17:57:58

  Modified:    src/org/jboss/cache  TreeCache.java
  Log:
  Habanero stabilisation efforts - getCacheSPI() method
  
  Revision  Changes    Path
  1.218     +1 -6      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.217
  retrieving revision 1.218
  diff -u -b -r1.217 -r1.218
  --- TreeCache.java	17 Aug 2006 16:18:51 -0000	1.217
  +++ TreeCache.java	17 Aug 2006 21:57:58 -0000	1.218
  @@ -74,7 +74,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.217 2006/08/17 16:18:51 jerrygauth Exp $
  + * @version $Id: TreeCache.java,v 1.218 2006/08/17 21:57:58 msurtani Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -3549,11 +3549,6 @@
           this.configuration = configuration;
       }
   
  -    public CacheSPI getSPI()
  -    {
  -        return new TreeCacheProxyImpl(this, (NodeImpl) root);
  -    }
  -
       /**
        * @return an instance of {@link Notifier} which has been configured with this instance of TreeCache.
        */
  
  
  



More information about the jboss-cvs-commits mailing list