]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/CheckItem.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.commands / src / org / simantics / scl / commands / internal / checker / CheckItem.java
index 8eb9383bd8b8d2feeb074755bde7c814aa087085..844b1aee941f273d143de546c84feab4aca04ff2 100644 (file)
@@ -1,16 +1,16 @@
-package org.simantics.scl.commands.internal.checker;\r
-\r
-import java.util.List;\r
-\r
-import org.simantics.scl.compiler.types.Type;\r
-\r
-/**\r
- * Internal object used in the implementation of Checker for\r
- * doing one checking step.\r
- * \r
- * @author Hannu Niemistö\r
- */\r
-public interface CheckItem {\r
-    boolean check(Object check, Object[] parameters, int pos);\r
-    void collectParameterTypes(List<Type> types);\r
-}\r
+package org.simantics.scl.commands.internal.checker;
+
+import java.util.List;
+
+import org.simantics.scl.compiler.types.Type;
+
+/**
+ * Internal object used in the implementation of Checker for
+ * doing one checking step.
+ * 
+ * @author Hannu Niemist&ouml;
+ */
+public interface CheckItem {
+    boolean check(Object check, Object[] parameters, int pos);
+    void collectParameterTypes(List<Type> types);
+}