]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram.profile/src/org/simantics/diagram/profile/view/PropertyPage.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram.profile / src / org / simantics / diagram / profile / view / PropertyPage.java
index 58caadcc5828d5d659921cf8f95231ec71525d39..0989f5b3d3a2595097d963f181728ed70cd2a43c 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.diagram.profile.view;\r
-\r
-import java.util.Collections;\r
-import java.util.Set;\r
-\r
-import org.eclipse.ui.IWorkbenchPartSite;\r
-import org.simantics.selectionview.SelectionProcessor;\r
-import org.simantics.selectionview.StandardPropertyPage;\r
-\r
-/**\r
- * @author Antti Villberg\r
- */\r
-public class PropertyPage extends StandardPropertyPage {\r
-\r
-    private static final Set<String> CONTEXTS = Collections.singleton("http://www.simantics.org/Diagram-0.0/ProfilesView/SelectionView");\r
-\r
-    public PropertyPage(IWorkbenchPartSite site) {\r
-        super(site, CONTEXTS);\r
-    }\r
-\r
-    @Override\r
-    protected SelectionProcessor<?, ?> getSelectionProcessor() {\r
-        return new ProfileSelectionProcessor();\r
-    }\r
-\r
-}\r
+package org.simantics.diagram.profile.view;
+
+import java.util.Collections;
+import java.util.Set;
+
+import org.eclipse.ui.IWorkbenchPartSite;
+import org.simantics.selectionview.SelectionProcessor;
+import org.simantics.selectionview.StandardPropertyPage;
+
+/**
+ * @author Antti Villberg
+ */
+public class PropertyPage extends StandardPropertyPage {
+
+    private static final Set<String> CONTEXTS = Collections.singleton("http://www.simantics.org/Diagram-0.0/ProfilesView/SelectionView");
+
+    public PropertyPage(IWorkbenchPartSite site) {
+        super(site, CONTEXTS);
+    }
+
+    @Override
+    protected SelectionProcessor<?, ?> getSelectionProcessor() {
+        return new ProfileSelectionProcessor();
+    }
+
+}