[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/performance/raw/socket ...

Ron Sigal ron_sigal at yahoo.com
Sun Sep 3 01:54:53 EDT 2006


  User: rsigal  
  Date: 06/09/03 01:54:53

  Modified:    src/tests/org/jboss/test/remoting/performance/raw/socket 
                        MultiThreadedSocketPerformanceClient.java
  Log:
  JBREM-589:  Duplicated change in getSocket() made in SocketPerformanceClient() - throws an exception if unable to create socket.
  
  Revision  Changes    Path
  1.5       +1 -0      JBossRemoting/src/tests/org/jboss/test/remoting/performance/raw/socket/MultiThreadedSocketPerformanceClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiThreadedSocketPerformanceClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/raw/socket/MultiThreadedSocketPerformanceClient.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- MultiThreadedSocketPerformanceClient.java	18 Aug 2006 17:59:03 -0000	1.4
  +++ MultiThreadedSocketPerformanceClient.java	3 Sep 2006 05:54:53 -0000	1.5
  @@ -167,6 +167,7 @@
            catch(IOException e)
            {
               e.printStackTrace();
  +            throw e;
            }
         }
         else
  
  
  



More information about the jboss-cvs-commits mailing list