]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionProcessorExtensionImpl.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / SelectionProcessorExtensionImpl.java
index 44c73c08446dd9b31fc013fd1593141ce7ff3a6f..f88a939283b3480d3f5804c2ddd33eb369571037 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\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
-\r
-final public class SelectionProcessorExtensionImpl implements SelectionProcessorExtension {\r
-\r
-    final private String id;\r
-    final private SelectionProcessor<?, ?> processor;\r
-\r
-    public SelectionProcessorExtensionImpl(String id, SelectionProcessor<?,?> processor) {\r
-        this.id = id;\r
-        this.processor = processor;\r
-    }\r
-\r
-    @Override\r
-    public SelectionProcessor<?, ?> getProcessor() {\r
-        return processor;\r
-    }\r
-\r
-    @Override\r
-    public String getId() {\r
-        return id;\r
-    }\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;
+
+
+
+final public class SelectionProcessorExtensionImpl implements SelectionProcessorExtension {
+
+    final private String id;
+    final private SelectionProcessor<?, ?> processor;
+
+    public SelectionProcessorExtensionImpl(String id, SelectionProcessor<?,?> processor) {
+        this.id = id;
+        this.processor = processor;
+    }
+
+    @Override
+    public SelectionProcessor<?, ?> getProcessor() {
+        return processor;
+    }
+
+    @Override
+    public String getId() {
+        return id;
+    }
+
+}