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

Manik Surtani msurtani at jboss.com
Tue Sep 19 13:10:50 EDT 2006


  User: msurtani
  Date: 06/09/19 13:10:50

  Modified:    src/org/jboss/cache/marshall  MethodDeclarations.java
  Log:
  Getting there with moving and opt locking ...
  
  Revision  Changes    Path
  1.18      +2 -2      JBossCache/src/org/jboss/cache/marshall/MethodDeclarations.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodDeclarations.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/MethodDeclarations.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- MethodDeclarations.java	16 Sep 2006 00:23:35 -0000	1.17
  +++ MethodDeclarations.java	19 Sep 2006 17:10:50 -0000	1.18
  @@ -30,7 +30,7 @@
    * allowing lookup operations both ways.
    *
    * @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
  - * @version $Revision: 1.17 $
  + * @version $Revision: 1.18 $
    */
   public class MethodDeclarations
   {
  @@ -296,13 +296,13 @@
         putMethodIds.add(putDataMethodLocal_id);
         putMethodIds.add(putDataEraseMethodLocal_id);
         putMethodIds.add(putKeyValMethodLocal_id);
  -      putMethodIds.add(moveMethodLocal_id);
   
         crudMethodIds.addAll(putMethodIds);
         crudMethodIds.add(removeNodeMethodLocal_id);
         crudMethodIds.add(removeKeyMethodLocal_id);
         crudMethodIds.add(removeDataMethodLocal_id);
         crudMethodIds.add(dataGravitationCleanupMethod_id);
  +      crudMethodIds.add(moveMethodLocal_id);
   
         transactionLifecycleMethodIds.add(commitMethod_id);
         transactionLifecycleMethodIds.add(rollbackMethod_id);
  
  
  



More information about the jboss-cvs-commits mailing list