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

Manik Surtani msurtani at jboss.com
Thu Jul 20 05:03:51 EDT 2006


  User: msurtani
  Date: 06/07/20 05:03:51

  Modified:    src/org/jboss/cache/rpc  RpcTreeCache.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.9       +1 -1      JBossCache/src/org/jboss/cache/rpc/RpcTreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RpcTreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/rpc/RpcTreeCache.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- RpcTreeCache.java	19 Jul 2006 21:34:44 -0000	1.8
  +++ RpcTreeCache.java	20 Jul 2006 09:03:51 -0000	1.9
  @@ -154,7 +154,7 @@
      {
         List responses = null;
         
  -      if (getConfiguration().getCacheModeInt() == Configuration.CacheMode.LOCAL)
  +      if (getConfiguration().getCacheMode() == Configuration.CacheMode.LOCAL)
         {
            // If cache mode is local, we have no channel
            // so we have to make local calls to our registered handler
  
  
  



More information about the jboss-cvs-commits mailing list