]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.workbench/src/org/simantics/workbench/internal/contributions/search/SearchContribution.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.workbench / src / org / simantics / workbench / internal / contributions / search / SearchContribution.java
index 9e7a6e98555db190ff810eed5965b1679028f15f..3f5dd510f0591e8001beb3264e7687b2b4dd9aa3 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\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.workbench.internal.contributions.search;\r
-\r
-import org.eclipse.swt.widgets.Composite;\r
-import org.eclipse.swt.widgets.Control;\r
-import org.eclipse.ui.menus.WorkbenchWindowControlContribution;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class SearchContribution extends WorkbenchWindowControlContribution {\r
-\r
-    @Override\r
-    public String getId() {\r
-        return "org.simantics.workbench.search";\r
-    }\r
-\r
-    @Override\r
-    protected Control createControl(Composite parent) {\r
-        return new SearchTrim(parent);\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.workbench.internal.contributions.search;
+
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.Control;
+import org.eclipse.ui.menus.WorkbenchWindowControlContribution;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class SearchContribution extends WorkbenchWindowControlContribution {
+
+    @Override
+    public String getId() {
+        return "org.simantics.workbench.search";
+    }
+
+    @Override
+    protected Control createControl(Composite parent) {
+        return new SearchTrim(parent);
+    }
+
+}