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

Tom Elrod tom.elrod at jboss.com
Thu Nov 9 16:35:23 EST 2006


  User: telrod  
  Date: 06/11/09 16:35:23

  Modified:    src/main/org/jboss/remoting/transport/socket  
                        ServerSocketWrapper.java ClientSocketWrapper.java
  Log:
  JBREM-622 & JBREM-629 - sync with remoting_2_x branch to pull in bug fixes.
  
  Revision  Changes    Path
  1.16      +0 -2      JBossRemoting/src/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerSocketWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- ServerSocketWrapper.java	31 Oct 2006 04:37:53 -0000	1.15
  +++ ServerSocketWrapper.java	9 Nov 2006 21:35:23 -0000	1.16
  @@ -68,8 +68,6 @@
   
      public void checkConnection() throws IOException
      {
  -      System.out.println(this + " checkConnectionCalled()");
  -
         // Perform acknowledgement to convince client
         // that the socket is still active
         int ACK = 0;
  
  
  
  1.17      +0 -1      JBossRemoting/src/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClientSocketWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- ClientSocketWrapper.java	31 Oct 2006 04:37:53 -0000	1.16
  +++ ClientSocketWrapper.java	9 Nov 2006 21:35:23 -0000	1.17
  @@ -102,7 +102,6 @@
   
      public void checkConnection() throws IOException
      {
  -      System.out.println(this + " checkConnectionCalled()");
         // Test to see if socket is alive by send ACK message
         final byte ACK = 1;
   
  
  
  



More information about the jboss-cvs-commits mailing list