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

Ron Sigal ron_sigal at yahoo.com
Thu Aug 2 03:51:39 EDT 2007


  User: rsigal  
  Date: 07/08/02 03:51:39

  Modified:    src/main/org/jboss/remoting/transport/bisocket  Tag:
                        remoting_2_2_0_GA BisocketClientInvoker.java
  Log:
  JBREM-785: Declares a stack variable listenerId in transport().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.13.2.7 +1 -0      JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BisocketClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java,v
  retrieving revision 1.1.2.13.2.6
  retrieving revision 1.1.2.13.2.7
  diff -u -b -r1.1.2.13.2.6 -r1.1.2.13.2.7
  --- BisocketClientInvoker.java	29 Jul 2007 06:45:19 -0000	1.1.2.13.2.6
  +++ BisocketClientInvoker.java	2 Aug 2007 07:51:39 -0000	1.1.2.13.2.7
  @@ -336,6 +336,7 @@
                                 Marshaller marshaller, UnMarshaller unmarshaller)
      throws IOException, ConnectionFailedException, ClassNotFoundException
      {
  +      String listenerId = null;
         if (invocation instanceof InvocationRequest)
         {
            InvocationRequest ir = (InvocationRequest) invocation;
  
  
  



More information about the jboss-cvs-commits mailing list