fixed comment/article search + configurable icon sizes
[mir.git] / source / mir / config / exceptions / ConfigInvalidPropertyTypeException.java
index 6a27a9c..8bdba12 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.exceptions;
 
-package mir.config.exceptions;\r
-\r
-public class ConfigInvalidPropertyTypeException extends ConfigFailure {\r
-  public ConfigInvalidPropertyTypeException(String aMessage, String aLocation) {\r
-    super (aMessage, aLocation);\r
-  }\r
-}\r
+public class ConfigInvalidPropertyTypeException extends ConfigFailure {
+  public ConfigInvalidPropertyTypeException(String aMessage, String aLocation) {
+    super(aMessage, aLocation);
+  }
+}