User: fleury
Date: 00/09/29 14:33:46
Modified: src/main/org/jboss/logging Log.java
Log:
Removed TestBean scripts and removed copying of testbeans (which are no longer
there...)
Revision Changes Path
1.3 +2 -2 jboss/src/main/org/jboss/logging/Log.java
Index: Log.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/logging/Log.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Log.java 2000/09/29 21:25:21 1.2
+++ Log.java 2000/09/29 21:33:45 1.3
@@ -17,7 +17,7 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class Log
{
@@ -31,7 +31,7 @@
Object source = null;
// Static --------------------------------------------------------
- static ThreadLocal currentLog = new InheritedThreadLocal();
+ static ThreadLocal currentLog = new InheritableThreadLocal();
static Log defaultLog = new Log();
public static void setLog(Log log)