[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/invocation ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 20 01:35:15 EST 2007


  User: ovidiu  
  Date: 07/01/20 01:35:15

  Modified:    src/main/org/jboss/remoting/invocation  Tag: remoting_2_x
                        OnewayInvocation.java
  Log:
  Extra logging, minor reformatting.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.10.1  +5 -0      JBossRemoting/src/main/org/jboss/remoting/invocation/OnewayInvocation.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnewayInvocation.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/invocation/OnewayInvocation.java,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -b -r1.3 -r1.3.10.1
  --- OnewayInvocation.java	30 Dec 2005 05:26:29 -0000	1.3
  +++ OnewayInvocation.java	20 Jan 2007 06:35:15 -0000	1.3.10.1
  @@ -32,4 +32,9 @@
      {
         super(null, new Object[]{param});
      }
  +
  +   public String toString()
  +   {
  +      return "OnewayInvocation[" + params[0] + "]";
  +   }
   }
  
  
  



More information about the jboss-cvs-commits mailing list