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

Manik Surtani msurtani at jboss.com
Mon Nov 13 08:00:04 EST 2006


  User: msurtani
  Date: 06/11/13 08:00:04

  Modified:    src/org/jboss/cache/marshall  Tag: Branch_JBossCache_1_4_0
                        MethodDeclarations.java
  Log:
  Fixed test failures
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.2   +6 -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.8.2.1
  retrieving revision 1.8.2.2
  diff -u -b -r1.8.2.1 -r1.8.2.2
  --- MethodDeclarations.java	11 Nov 2006 17:50:05 -0000	1.8.2.1
  +++ MethodDeclarations.java	13 Nov 2006 13:00:04 -0000	1.8.2.2
  @@ -32,7 +32,7 @@
    * allowing lookup operations both ways.
    *
    * @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
  - * @version $Revision: 1.8.2.1 $
  + * @version $Revision: 1.8.2.2 $
    */
   public class MethodDeclarations
   {
  @@ -528,4 +528,9 @@
         }
         else throw new RuntimeException("Attempting to look up a versioned equivalent of a non-crud method");
      }
  +
  +   public static boolean isDataGravitationMethod(int methodId)
  +   {
  +      return methodId == MethodDeclarations.dataGravitationCleanupMethod_id || methodId == MethodDeclarations.dataGravitationMethod_id;
  +   }
   }
  
  
  



More information about the jboss-cvs-commits mailing list