[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/http ...
Ron Sigal
ron_sigal at yahoo.com
Thu Oct 11 01:39:07 EDT 2007
User: rsigal
Date: 07/10/11 01:39:07
Modified: src/main/org/jboss/remoting/transport/http Tag:
remoting_2_2_2_GA_CP HTTPClientInvoker.java
Log:
JBREM-814 (clone of JBREM-750): Made log variable static.
Revision Changes Path
No revision
No revision
1.31.2.3.4.3.2.1 +1 -1 JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HTTPClientInvoker.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java,v
retrieving revision 1.31.2.3.4.3
retrieving revision 1.31.2.3.4.3.2.1
diff -u -b -r1.31.2.3.4.3 -r1.31.2.3.4.3.2.1
--- HTTPClientInvoker.java 23 Aug 2007 03:08:53 -0000 1.31.2.3.4.3
+++ HTTPClientInvoker.java 11 Oct 2007 05:39:07 -0000 1.31.2.3.4.3.2.1
@@ -90,7 +90,7 @@
*/
public static final int MAX_NUM_TIMEOUT_THREADS_DEFAULT = 10;
- protected final Logger log = Logger.getLogger(getClass());
+ protected static final Logger log = Logger.getLogger(HTTPClientInvoker.class);
private Object timeoutThreadPoolLock = new Object();
private ThreadPool timeoutThreadPool;
More information about the jboss-cvs-commits
mailing list