[Yanel-commits] rev 46863 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/util

michi at wyona.com michi at wyona.com
Wed Dec 30 20:21:40 CET 2009


Author: michi
Date: 2009-12-30 20:21:39 +0100 (Wed, 30 Dec 2009)
New Revision: 46863

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ResourceAttributeHelper.java
Log:
logger fixed

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ResourceAttributeHelper.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ResourceAttributeHelper.java	2009-12-30 10:51:55 UTC (rev 46862)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ResourceAttributeHelper.java	2009-12-30 19:21:39 UTC (rev 46863)
@@ -18,14 +18,14 @@
 
 import org.wyona.yanel.core.Resource;
 
-import org.apache.log4j.Category;
+import org.apache.log4j.Logger;
 
 /**
  *
  */
 public class ResourceAttributeHelper {
 
-    private static Category log = Category.getInstance(ResourceAttributeHelper.class);
+    private static Logger log = Logger.getLogger(ResourceAttributeHelper.class);
 
     /**
      * Check if a resource has a specific interface with a specific version implemented or not



More information about the Yanel-commits mailing list