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

Manik Surtani msurtani at jboss.com
Fri Sep 15 20:23:35 EDT 2006


  User: msurtani
  Date: 06/09/15 20:23:35

  Modified:    src/org/jboss/cache/marshall  MethodDeclarations.java
  Log:
  Updates to the move() API plus more UTs
  
  Revision  Changes    Path
  1.17      +3 -1      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- MethodDeclarations.java	15 Sep 2006 18:01:01 -0000	1.16
  +++ MethodDeclarations.java	16 Sep 2006 00:23:35 -0000	1.17
  @@ -30,7 +30,7 @@
    * allowing lookup operations both ways.
    *
    * @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
  - * @version $Revision: 1.16 $
  + * @version $Revision: 1.17 $
    */
   public class MethodDeclarations
   {
  @@ -285,6 +285,8 @@
         methods.put(dataGravitationCleanupMethod_id, dataGravitationCleanupMethod);
         methods.put(dataGravitationMethod_id, dataGravitationMethod);
   
  +      methods.put(moveMethodLocal_id, moveMethodLocal);
  +
         for (Integer id : methods.keySet())
         {
            methodIds.put(methods.get(id), id);
  
  
  



More information about the jboss-cvs-commits mailing list