]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionProcessorReferenceBinding.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / SelectionProcessorReferenceBinding.java
index de6bc87d4507e865e4024cc21f32ee9f996acb32..7a0e96af7bafd2dc8c57aec383408d20b587a8fc 100644 (file)
@@ -1,32 +1,32 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.selectionview;\r
-\r
-\r
-public class SelectionProcessorReferenceBinding implements SelectionProcessorBindingExtension {\r
-\r
-    final private String   browseContext;\r
-    final protected String factoryId;\r
-\r
-    public SelectionProcessorReferenceBinding(String browseContext, String factoryId) {\r
-        this.browseContext = browseContext;\r
-        this.factoryId = factoryId;\r
-    }\r
-\r
-    final public String getBrowseContext() {\r
-        return browseContext;\r
-    }\r
-\r
-    public SelectionProcessor<?, ?> getProcessor() {\r
-        return SelectionProcessorExtensionManager.getProcessor(factoryId);\r
-    }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.selectionview;
+
+
+public class SelectionProcessorReferenceBinding implements SelectionProcessorBindingExtension {
+
+    final private String   browseContext;
+    final protected String factoryId;
+
+    public SelectionProcessorReferenceBinding(String browseContext, String factoryId) {
+        this.browseContext = browseContext;
+        this.factoryId = factoryId;
+    }
+
+    final public String getBrowseContext() {
+        return browseContext;
+    }
+
+    public SelectionProcessor<?, ?> getProcessor() {
+        return SelectionProcessorExtensionManager.getProcessor(factoryId);
+    }
+}