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

Manik Surtani msurtani at jboss.com
Tue Jan 2 13:26:07 EST 2007


  User: msurtani
  Date: 07/01/02 13:26:07

  Modified:    src/org/jboss/cache/marshall  MethodDeclarations.java
  Log:
  Cleaned up cache factory
  
  Revision  Changes    Path
  1.30      +1 -3      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.29
  retrieving revision 1.30
  diff -u -b -r1.29 -r1.30
  --- MethodDeclarations.java	2 Jan 2007 13:13:20 -0000	1.29
  +++ MethodDeclarations.java	2 Jan 2007 18:26:06 -0000	1.30
  @@ -31,7 +31,7 @@
    * allowing lookup operations both ways.
    *
    * @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
  - * @version $Revision: 1.29 $
  + * @version $Revision: 1.30 $
    */
   public class MethodDeclarations
   {
  @@ -443,7 +443,6 @@
                  return removeKeyVersionedMethodLocal;
               case removeNodeMethodLocal_id:
                  return removeNodeVersionedMethodLocal;
  -               // TODO: add versioning for MOVE() as this is a hack for the moment.
               case moveMethodLocal_id:
                  return moveMethodLocal;
               default:
  @@ -477,7 +476,6 @@
                  return removeKeyMethodLocal;
               case removeNodeVersionedMethodLocal_id:
                  return removeNodeMethodLocal;
  -               // TODO: add versioning for MOVE() as this is a hack for the moment.
               case moveMethodLocal_id:
                  return moveMethodLocal;
               default:
  
  
  



More information about the jboss-cvs-commits mailing list