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

Tom Elrod tom.elrod at jboss.com
Fri Aug 18 09:51:02 EDT 2006


  User: telrod  
  Date: 06/08/18 09:51:02

  Modified:    src/main/org/jboss/remoting/transport/multiplex 
                        SocketId.java
  Log:
  JBREM-582 - removing calls to System.out.println and printStackTrace in core remoting code.
  
  Revision  Changes    Path
  1.25      +46 -48    JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/SocketId.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SocketId.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/SocketId.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- SocketId.java	19 Jul 2006 23:22:28 -0000	1.24
  +++ SocketId.java	18 Aug 2006 13:51:02 -0000	1.25
  @@ -192,7 +192,6 @@
         { 
            // ISO-8859-1 should be standard in all Java implementations
            log.fatal("org.jboss.remoting.transport.multiplex.OutputMultiplexor(): charset ISO-8859-1 not found", e);
  -         e.printStackTrace();
            throw new RuntimeException("org.jboss.remoting.transport.multiplex.OutputMultiplexor(): charset ISO-8859-1 not found", e);
         }
         catch (RuntimeException r)
  @@ -214,7 +213,6 @@
         { 
            // ISO-8859-1 should be standard in all Java implementations
            log.fatal("org.jboss.remoting.transport.multiplex.OutputMultiplexor(): charset ISO-8859-1 not found", e);
  -         e.printStackTrace();
            throw new RuntimeException("org.jboss.remoting.transport.multiplex.OutputMultiplexor(): charset ISO-8859-1 not found", e);
         }
      }
  
  
  



More information about the jboss-cvs-commits mailing list