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

michi at wyona.com michi at wyona.com
Mon Feb 7 22:19:05 CET 2011


Author: michi
Date: 2011-02-07 22:19:05 +0100 (Mon, 07 Feb 2011)
New Revision: 56603

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ConfigurationUtil.java
Log:
log level fixed and formatting

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ConfigurationUtil.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ConfigurationUtil.java	2011-02-07 21:15:17 UTC (rev 56602)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/ConfigurationUtil.java	2011-02-07 21:19:05 UTC (rev 56603)
@@ -86,10 +86,11 @@
         // original comment by michi:
         // avalon ConfigurationUtil doesn't seem to work properly
         /*
-         * org.w3c.dom.Element element = ConfigurationUtil.toElement(customConfig);
-         * log.error("DEBUG: element: " + element.getLocalName()); org.w3c.dom.Document doc =
-         * element.getOwnerDocument(); org.w3c.dom.Element rootElement = doc.getDocumentElement();
-         * rootElement.appendChild(element); return doc;
+          org.w3c.dom.Element element = ConfigurationUtil.toElement(customConfig);
+          log.debug("Element name: " + element.getLocalName());
+          org.w3c.dom.Document doc = element.getOwnerDocument();
+          org.w3c.dom.Element rootElement = doc.getDocumentElement();
+          rootElement.appendChild(element); return doc;
          */
     }
 



More information about the Yanel-commits mailing list