donaldp 02/05/09 03:50:11
Modified: threadcontext/src/java/org/apache/excalibur/threadcontext/impl
DefaultThreadContextPolicy.java
Log:
Order specifiers according to JLS spec.
Revision Changes Path
1.7 +2 -2
jakarta-avalon-excalibur/threadcontext/src/java/org/apache/excalibur/threadcontext/impl/DefaultThreadContextPolicy.java
Index: DefaultThreadContextPolicy.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/threadcontext/src/java/org/apache/excalibur/threadcontext/impl/DefaultThreadContextPolicy.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DefaultThreadContextPolicy.java 2 May 2002 03:10:46 -0000 1.6
+++ DefaultThreadContextPolicy.java 9 May 2002 10:50:10 -0000 1.7
@@ -16,7 +16,7 @@
* class to extend for those wanting to write their own Policy.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.6 $ $Date: 2002/05/02 03:10:46 $
+ * @version $Revision: 1.7 $ $Date: 2002/05/09 10:50:10 $
*/
public class DefaultThreadContextPolicy
extends AbstractThreadContextPolicy
@@ -24,7 +24,7 @@
/**
* Key used to store <code>ContextClassLoader</code> in
ThreadContextAccessor.
*/
- public final static String CLASSLOADER = ClassLoader.class.getName();
+ public static final String CLASSLOADER = ClassLoader.class.getName();
/**
* Key used to store the Thread name ThreadContextAccessor.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>