]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/extension/ContributorBindingImpl.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / extension / ContributorBindingImpl.java
index eb3fdde6259a223df5c9b0258a3b528c7d1f01f0..4e0c18c6bc10eee4428d6258f01aec0474c86ea8 100644 (file)
@@ -1,38 +1,38 @@
-/*******************************************************************************\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.browsing.ui.common.extension;\r
-\r
-import org.simantics.browsing.ui.content.ContributorBinding;\r
-import org.simantics.browsing.ui.content.Contributor;\r
-\r
-\r
-public class ContributorBindingImpl<Factory> implements ContributorBinding<Factory> {\r
-\r
-    final private Contributor<Factory> factory;\r
-    final private double preference;\r
-    \r
-    public ContributorBindingImpl(double preference, Contributor<Factory> factory) {\r
-        this.preference = preference;\r
-        this.factory = factory;\r
-    }\r
-\r
-    @Override\r
-    public Contributor<Factory> getContributor() {\r
-        return factory;\r
-    }\r
-\r
-    @Override\r
-    public double getPreference() {\r
-        return preference;\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.browsing.ui.common.extension;
+
+import org.simantics.browsing.ui.content.ContributorBinding;
+import org.simantics.browsing.ui.content.Contributor;
+
+
+public class ContributorBindingImpl<Factory> implements ContributorBinding<Factory> {
+
+    final private Contributor<Factory> factory;
+    final private double preference;
+    
+    public ContributorBindingImpl(double preference, Contributor<Factory> factory) {
+        this.preference = preference;
+        this.factory = factory;
+    }
+
+    @Override
+    public Contributor<Factory> getContributor() {
+        return factory;
+    }
+
+    @Override
+    public double getPreference() {
+        return preference;
+    }
+
+}