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

Manik Surtani msurtani at jboss.com
Thu Jul 20 06:54:00 EDT 2006


  User: msurtani
  Date: 06/07/20 06:54:00

  Modified:    src/org/jboss/cache/interceptors 
                        DataGravitatorInterceptor.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.19      +1 -1      JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DataGravitatorInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- DataGravitatorInterceptor.java	19 Jul 2006 21:34:43 -0000	1.18
  +++ DataGravitatorInterceptor.java	20 Jul 2006 10:54:00 -0000	1.19
  @@ -59,7 +59,7 @@
       {
           super.setCache(cache);
           this.buddyManager = cache.getBuddyManager();
  -        syncCommunications = configuration.getCacheModeInt() == Configuration.CacheMode.REPL_SYNC || configuration.getCacheModeInt() == Configuration.CacheMode.INVALIDATION_SYNC;
  +        syncCommunications = configuration.getCacheMode() == Configuration.CacheMode.REPL_SYNC || configuration.getCacheMode() == Configuration.CacheMode.INVALIDATION_SYNC;
       }
   
       public Object invoke(MethodCall call) throws Throwable
  
  
  



More information about the jboss-cvs-commits mailing list