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

Manik Surtani msurtani at jboss.com
Tue Sep 5 14:14:44 EDT 2006


  User: msurtani
  Date: 06/09/05 14:14:44

  Modified:    src/org/jboss/cache  TreeCacheProxyImpl.java
  Log:
  Missed an impl
  
  Revision  Changes    Path
  1.25      +1 -1      JBossCache/src/org/jboss/cache/TreeCacheProxyImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCacheProxyImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/TreeCacheProxyImpl.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- TreeCacheProxyImpl.java	5 Sep 2006 18:09:57 -0000	1.24
  +++ TreeCacheProxyImpl.java	5 Sep 2006 18:14:44 -0000	1.25
  @@ -39,7 +39,7 @@
    *
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    */
  -public class TreeCacheProxyImpl implements CacheMBean, NodeSPI
  +public class TreeCacheProxyImpl implements CacheMBean, CacheSPI, NodeSPI
   {
      public TreeCache treeCache;
      public NodeImpl currentNode;
  
  
  



More information about the jboss-cvs-commits mailing list