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

Jerry Gauthier jgauthier at novell.com
Thu Aug 17 09:06:43 EDT 2006


  User: jerrygauth
  Date: 06/08/17 09:06:43

  Modified:    src/org/jboss/cache  TreeCache.java
  Log:
  JBCACHE-470, re-enabled multiplexer service
  
  Revision  Changes    Path
  1.216     +2 -3      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.215
  retrieving revision 1.216
  diff -u -b -r1.215 -r1.216
  --- TreeCache.java	16 Aug 2006 11:15:56 -0000	1.215
  +++ TreeCache.java	17 Aug 2006 13:06:43 -0000	1.216
  @@ -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.215 2006/08/16 11:15:56 msurtani Exp $
  + * @version $Id: TreeCache.java,v 1.216 2006/08/17 13:06:43 jerrygauth Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -340,8 +340,7 @@
   
      public void setMultiplexerService(String serviceName)
      {
  -      log.warn("Cache multiplexer support not enabled yet.  " +
  -               "MultiplexerService attribute will be ignored.");
  +      mux_serviceName = serviceName;
      }
   
      public String getMultiplexerStack()
  
  
  



More information about the jboss-cvs-commits mailing list