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

Manik Surtani manik at jboss.org
Wed Jun 6 08:43:50 EDT 2007


  User: msurtani
  Date: 07/06/06 08:43:50

  Modified:    src/org/jboss/cache/buddyreplication  BuddyManager.java
  Log:
  Removed a lot of deprecation
  
  Revision  Changes    Path
  1.78      +3 -3      JBossCache/src/org/jboss/cache/buddyreplication/BuddyManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/buddyreplication/BuddyManager.java,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -b -r1.77 -r1.78
  --- BuddyManager.java	29 May 2007 10:26:32 -0000	1.77
  +++ BuddyManager.java	6 Jun 2007 12:43:50 -0000	1.78
  @@ -931,7 +931,7 @@
            }
         }
   
  -      cache.callRemoteMethods(recipients, call, sync, true, config.getBuddyCommunicationTimeout());
  +      cache.getRPCManager().callRemoteMethods(recipients, call, sync, true, config.getBuddyCommunicationTimeout());
      }
   
   
  
  
  



More information about the jboss-cvs-commits mailing list