]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/editor2/SCLModuleEditorInputFactory.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.ui / src / org / simantics / scl / ui / editor2 / SCLModuleEditorInputFactory.java
index 836cb5ec436c48ee4d3a4cd0afe4b7824838338b..ddc62c801541ef3b6f1af3bd9b6882f11ccd5ba1 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.scl.ui.editor2;\r
-\r
-import org.eclipse.core.runtime.IAdaptable;\r
-import org.eclipse.ui.IElementFactory;\r
-import org.eclipse.ui.IMemento;\r
-\r
-public class SCLModuleEditorInputFactory implements IElementFactory {\r
-\r
-    @Override\r
-    public IAdaptable createElement(IMemento memento) {\r
-        return new StandardSCLModuleEditorInput(memento.getTextData());\r
-    }\r
-\r
-}\r
+package org.simantics.scl.ui.editor2;
+
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.ui.IElementFactory;
+import org.eclipse.ui.IMemento;
+
+public class SCLModuleEditorInputFactory implements IElementFactory {
+
+    @Override
+    public IAdaptable createElement(IMemento memento) {
+        return new StandardSCLModuleEditorInput(memento.getTextData());
+    }
+
+}