[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...
Ron Sigal
ron_sigal at yahoo.com
Fri Dec 29 01:33:46 EST 2006
User: rsigal
Date: 06/12/29 01:33:46
Modified: src/main/org/jboss/remoting Tag: remoting_2_x
ServerInvoker.java
Log:
JBREM-650: Removed log.info() accidentally committed.
Revision Changes Path
No revision
No revision
1.52.2.8 +1 -2 JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ServerInvoker.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
retrieving revision 1.52.2.7
retrieving revision 1.52.2.8
diff -u -b -r1.52.2.7 -r1.52.2.8
--- ServerInvoker.java 29 Dec 2006 06:31:31 -0000 1.52.2.7
+++ ServerInvoker.java 29 Dec 2006 06:33:46 -0000 1.52.2.8
@@ -58,7 +58,7 @@
*
* @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
* @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
- * @version $Revision: 1.52.2.7 $
+ * @version $Revision: 1.52.2.8 $
*/
public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
{
@@ -1431,7 +1431,6 @@
ServerInvokerCallbackHandler callbackHandler = (ServerInvokerCallbackHandler) it.next();
callbackHandler.destroy();
}
- log.info(this + ": stopped");
}
/**
More information about the jboss-cvs-commits
mailing list