code cleaning, new config
[mir.git] / source / mircoders / input / XmlHandler.java
index 22155c5..67793ae 100755 (executable)
 
 package mircoders.input;
 
-import  org.xml.sax.helpers.DefaultHandler;
-import  org.xml.sax.Attributes;
-import  java.util.HashMap;
+import java.util.HashMap;
+
+import org.xml.sax.Attributes;
+import org.xml.sax.helpers.DefaultHandler;
 
 
 /**