Author: dims
Date: Wed Nov 22 09:57:36 2006
New Revision: 478258

URL: http://svn.apache.org/viewvc?view=rev&rev=478258
Log:
use a static Log

Modified:
    
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java?view=diff&rev=478258&r1=478257&r2=478258
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java
 Wed Nov 22 09:57:36 2006
@@ -102,7 +102,7 @@
 
     private int fileStorageThreshold;
 
-    protected Log log = LogFactory.getLog(getClass());
+    protected static Log log = LogFactory.getLog(Attachments.class);
 
 
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to