]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CompiledCommand.java
Expose CommandSession in SCL
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / commands / CompiledCommand.java
index c2f6c72eae976258a6fc79bb71de8256b9c1a138..59cbad8ae4e5d56ce5b01bc282434a8ca4da9208 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.scl.compiler.commands;\r
-\r
-import org.simantics.scl.compiler.types.Type;\r
-import org.simantics.scl.runtime.function.Function;\r
-\r
-public class CompiledCommand {\r
-    public final Function command;\r
-    public final Type type;\r
-    \r
-    public CompiledCommand(Function command, Type type) {\r
-        this.command = command;\r
-        this.type = type;\r
-    }\r
-}\r
+package org.simantics.scl.compiler.commands;
+
+import org.simantics.scl.compiler.types.Type;
+import org.simantics.scl.runtime.function.Function;
+
+public class CompiledCommand {
+    public final Function command;
+    public final Type type;
+    
+    public CompiledCommand(Function command, Type type) {
+        this.command = command;
+        this.type = type;
+    }
+}