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

Manik Surtani msurtani at jboss.com
Mon Mar 5 08:59:08 EST 2007


  User: msurtani
  Date: 07/03/05 08:59:08

  Modified:    src/org/jboss/cache/marshall  AbstractMarshaller.java
  Log:
  JBCACHE-997
  
  Revision  Changes    Path
  1.5       +1 -0      JBossCache/src/org/jboss/cache/marshall/AbstractMarshaller.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractMarshaller.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/AbstractMarshaller.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- AbstractMarshaller.java	7 Feb 2007 22:06:54 -0000	1.4
  +++ AbstractMarshaller.java	5 Mar 2007 13:59:08 -0000	1.5
  @@ -139,6 +139,7 @@
            case MethodDeclarations.getDataMapMethodLocal_id:
            case MethodDeclarations.getKeysMethodLocal_id:
            case MethodDeclarations.getKeyValueMethodLocal_id:
  +         case MethodDeclarations.existsMethod_id:
               Fqn fqn = (Fqn) args[0];
               fqnStr = fqn.toString();
               break;
  
  
  



More information about the jboss-cvs-commits mailing list