]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionProcessorBindingImpl.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / SelectionProcessorBindingImpl.java
index 53d1899597fd9c103b947eee6fb426dfbb5c0b1d..90a814656e4ed540bd366ba990c033f35bb60c24 100644 (file)
@@ -1,28 +1,28 @@
-/*******************************************************************************\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 SelectionProcessorBindingImpl implements SelectionProcessorBinding {\r
-\r
-    final private SelectionProcessor<?, ?> processor;\r
-\r
-    public SelectionProcessorBindingImpl(SelectionProcessor<?, ?> processor) {\r
-        this.processor = processor;\r
-    }\r
-\r
-    @Override\r
-    public SelectionProcessor<?, ?> getProcessor() {\r
-        return processor;\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;
+
+
+public class SelectionProcessorBindingImpl implements SelectionProcessorBinding {
+
+    final private SelectionProcessor<?, ?> processor;
+
+    public SelectionProcessorBindingImpl(SelectionProcessor<?, ?> processor) {
+        this.processor = processor;
+    }
+
+    @Override
+    public SelectionProcessor<?, ?> getProcessor() {
+        return processor;
+    }
+
+}