some codeformatting, license for the new classes
[mir.git] / source / mir / config / ConfigNodeBuilder.java
index 94e0f10..b85c10a 100755 (executable)
  * to your version of the file, but you are not obligated to do so.  If you do
  * not wish to do so, delete this exception statement from your version.
  */
+package mir.config;
 
-package  mir.config;\r
-\r
-\r
-public interface ConfigNodeBuilder {\r
-  public ConfigNodeBuilder makeSubNode(String aName, String aLocationDescription);\r
-  public void addProperty(String aName, String aValue, String aValueDescription, String aLocationDescription);\r
-}\r
+public interface ConfigNodeBuilder {
+  public ConfigNodeBuilder makeSubNode(String aName, String aLocationDescription);
+
+  public void addProperty(String aName, String aValue,
+    String aValueDescription, String aLocationDescription);
+}