]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/effects/ThreadLocalVariable.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / codegen / effects / ThreadLocalVariable.java
index c14d477e0e65cde42a7e843a986e676227f4ed09..ae950ae637db87edbe6f8badc5fc873ff3be5fc1 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.scl.compiler.internal.codegen.effects;\r
-\r
-import org.cojen.classfile.TypeDesc;\r
-\r
-public class ThreadLocalVariable {\r
-    public final String variableName;\r
-    public final TypeDesc type;\r
-    \r
-    public ThreadLocalVariable(String variableName, TypeDesc type) {\r
-        this.variableName = variableName;\r
-        this.type = type;\r
-    }    \r
-}\r
+package org.simantics.scl.compiler.internal.codegen.effects;
+
+import org.cojen.classfile.TypeDesc;
+
+public class ThreadLocalVariable {
+    public final String variableName;
+    public final TypeDesc type;
+    
+    public ThreadLocalVariable(String variableName, TypeDesc type) {
+        this.variableName = variableName;
+        this.type = type;
+    }    
+}