]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/environment/GlobalOnlyEnvironment.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / environment / GlobalOnlyEnvironment.java
index f7c495de6c89e18de60479c51fa671d11e12b9e9..f0c2c8b13f465a3fba48887a4b1b2cff3c9766b1 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.scl.compiler.environment;\r
-\r
-\r
-public abstract class GlobalOnlyEnvironment extends AbstractEnvironment {\r
-\r
-    @Override\r
-    public Namespace getLocalNamespace() {\r
-        return EmptyNamespace.INSTANCE;\r
-    }\r
-\r
-}\r
+package org.simantics.scl.compiler.environment;
+
+
+public abstract class GlobalOnlyEnvironment extends AbstractEnvironment {
+
+    @Override
+    public Namespace getLocalNamespace() {
+        return EmptyNamespace.INSTANCE;
+    }
+
+}