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

Ron Sigal ron_sigal at yahoo.com
Thu Aug 24 17:30:21 EDT 2006


  User: rsigal  
  Date: 06/08/24 17:30:21

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



More information about the jboss-cvs-commits mailing list