]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / selection / WorkbenchSelectionElement.java
index 348c2e3342ef4b67222756e53181cbbef38d88a3..82429e14d3f82fbdadcde2627b404b54e10d25c2 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.ui.selection;\r
-\r
-/*\r
- * All data in Simantics ISelections use elements based on this interface.\r
- */\r
-public interface WorkbenchSelectionElement {\r
-\r
-       <T> T getContent(WorkbenchSelectionContentType<T> contentType);\r
-       \r
-}\r
+package org.simantics.ui.selection;
+
+/*
+ * All data in Simantics ISelections use elements based on this interface.
+ */
+public interface WorkbenchSelectionElement {
+
+       <T> T getContent(WorkbenchSelectionContentType<T> contentType);
+       
+}