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

Manik Surtani manik at jboss.org
Sun Jun 10 15:50:45 EDT 2007


  User: msurtani
  Date: 07/06/10 15:50:45

  Modified:    src/org/jboss/cache/marshall  MethodCall.java
  Log:
  Re-added public no-arg ctor
  
  Revision  Changes    Path
  1.6       +5 -0      JBossCache/src/org/jboss/cache/marshall/MethodCall.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodCall.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/MethodCall.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- MethodCall.java	8 Jun 2007 15:52:15 -0000	1.5
  +++ MethodCall.java	10 Jun 2007 19:50:45 -0000	1.6
  @@ -32,6 +32,11 @@
   
      private int methodIdInteger = -1;
   
  +   public MethodCall()
  +   {
  +      // for serialization
  +   }
  +
      protected MethodCall(Method method, Object... arguments)
      {
         super(method, arguments);
  
  
  



More information about the jboss-cvs-commits mailing list