]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.platform/src/org/simantics/browsing/ui/platform/debug/EvaluatorClassContribution.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.platform / src / org / simantics / browsing / ui / platform / debug / EvaluatorClassContribution.java
index f2eb7c4615e70f1a3bb380f9e7968559380ccba0..5d696ed07e4e0b4393ee5a6006f6bf87e5d2c64c 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\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.platform.debug;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.browsing.ui.common.EvaluatorData.EvaluatorEntry;\r
-import org.simantics.browsing.ui.common.contributor.FinalRootViewpointContributionContributor;\r
-\r
-public class EvaluatorClassContribution extends FinalRootViewpointContributionContributor<EvaluatorEntry> {\r
-\r
-    @Override\r
-    public Collection<?> getContribution(EvaluatorEntry input) {\r
-        return input.getEvaluators();\r
-    }\r
-\r
-    @Override\r
-    public String getViewpointId() {\r
-        return "Evaluators";\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.platform.debug;
+
+import java.util.Collection;
+
+import org.simantics.browsing.ui.common.EvaluatorData.EvaluatorEntry;
+import org.simantics.browsing.ui.common.contributor.FinalRootViewpointContributionContributor;
+
+public class EvaluatorClassContribution extends FinalRootViewpointContributionContributor<EvaluatorEntry> {
+
+    @Override
+    public Collection<?> getContribution(EvaluatorEntry input) {
+        return input.getEvaluators();
+    }
+
+    @Override
+    public String getViewpointId() {
+        return "Evaluators";
+    }
+
+}