]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionInput.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / SelectionInput.java
index fdc1706c50dc25f8107a1b86b7964bb751b91eaf..a07d6fb04668c80660086c74a21d849a0c351b25 100644 (file)
@@ -1,12 +1,12 @@
-package org.simantics.selectionview;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.ui.selection.WorkbenchSelectionElement;\r
-\r
-public interface SelectionInput {\r
-\r
-       Collection<WorkbenchSelectionElement> getElements();\r
-       <T> T getParameter(String key);\r
-\r
-}\r
+package org.simantics.selectionview;
+
+import java.util.Collection;
+
+import org.simantics.ui.selection.WorkbenchSelectionElement;
+
+public interface SelectionInput {
+
+       Collection<WorkbenchSelectionElement> getElements();
+       <T> T getParameter(String key);
+
+}