[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/multiplex ...
Tom Elrod
tom.elrod at jboss.com
Fri Aug 18 09:51:20 EDT 2006
User: telrod
Date: 06/08/18 09:51:20
Modified: src/main/org/jboss/remoting/transport/multiplex
VirtualSocket.java
Log:
JBREM-582 - removing calls to System.out.println and printStackTrace in core remoting code.
Revision Changes Path
1.51 +270 -271 JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/VirtualSocket.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: VirtualSocket.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/VirtualSocket.java,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- VirtualSocket.java 9 Aug 2006 19:44:42 -0000 1.50
+++ VirtualSocket.java 18 Aug 2006 13:51:20 -0000 1.51
@@ -26,6 +26,8 @@
package org.jboss.remoting.transport.multiplex;
+import org.jboss.logging.Logger;
+
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
@@ -44,8 +46,6 @@
import java.util.Map;
import java.util.Set;
-import org.jboss.logging.Logger;
-
/**
* <code>VirtualSocket</code> represents an endpoint on a virtual connection created by the
* Multiplex system. It extends <code>java.net.Socket</code> and reimplements nearly all of
@@ -1248,7 +1248,6 @@
{
log.error("error closing socket: " + this);
log.error(e);
- e.printStackTrace();
}
}
More information about the jboss-cvs-commits
mailing list