]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeBindingScheme.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.reflection / src / org / simantics / scl / reflection / TypeBindingScheme.java
old mode 100755 (executable)
new mode 100644 (file)
index b39e0eb..f2714bf
@@ -1,11 +1,11 @@
-package org.simantics.scl.reflection;\r
-\r
-import org.simantics.scl.compiler.types.TCon;\r
-\r
-/**\r
- * Binds SCL type constructors to Java classes.\r
- * @author Hannu Niemistö\r
- */\r
-public interface TypeBindingScheme {\r
-    Class<?> getClass(TCon con) throws TypeNotFoundException;\r
-}\r
+package org.simantics.scl.reflection;
+
+import org.simantics.scl.compiler.types.TCon;
+
+/**
+ * Binds SCL type constructors to Java classes.
+ * @author Hannu Niemist&ouml;
+ */
+public interface TypeBindingScheme {
+    Class<?> getClass(TCon con) throws TypeNotFoundException;
+}