]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils/src/org/simantics/utils/strings/StringInputProblem.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.utils / src / org / simantics / utils / strings / StringInputProblem.java
index 2789d359e6427ee74ad5132ec78354f89cf66b01..32c206a4905894657273d363f92ec9ee32082a97 100644 (file)
@@ -1,17 +1,17 @@
-package org.simantics.utils.strings;\r
-\r
-/**\r
- * Indicates an error in an input string.\r
- */\r
-public interface StringInputProblem {\r
-\r
-       public static enum Severity {\r
-               Error, Warning\r
-       }\r
-       \r
-       String getDescription();\r
-       int getBegin();\r
-       int getEnd();\r
-       Severity getSeverity();\r
-       \r
-}\r
+package org.simantics.utils.strings;
+
+/**
+ * Indicates an error in an input string.
+ */
+public interface StringInputProblem {
+
+       public static enum Severity {
+               Error, Warning
+       }
+       
+       String getDescription();
+       int getBegin();
+       int getEnd();
+       Severity getSeverity();
+       
+}