diff artifact-database/src/main/java/de/intevation/artifactdatabase/Config.java @ 93:e27cf9c84eb8

Unified imports. artifacts/trunk@849 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 28 Mar 2010 15:57:40 +0000
parents 730ff077a58c
children 933bbc9fc11f
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/Config.java	Sun Mar 28 14:16:05 2010 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/Config.java	Sun Mar 28 15:57:40 2010 +0000
@@ -3,21 +3,21 @@
 import java.io.File;
 import java.io.IOException;
 
-import org.w3c.dom.Document;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.Node;
-
-import org.xml.sax.SAXException;
+import javax.xml.namespace.QName;
 
 import javax.xml.parsers.DocumentBuilderFactory;
 import javax.xml.parsers.ParserConfigurationException;
 
-import javax.xml.namespace.QName;
-
 import javax.xml.xpath.XPathConstants;
 
 import org.apache.log4j.Logger;
 
+import org.w3c.dom.Document;
+import org.w3c.dom.Node;
+import org.w3c.dom.NodeList;
+
+import org.xml.sax.SAXException;
+
 /**
  * The central access to the configuration of the artifact database.
  * This class provides some static methods to access the central
@@ -265,4 +265,4 @@
             : s;
     }
 }
-// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
\ No newline at end of file
+// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org