]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/contribution/e4/NameLabelContribution.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / contribution / e4 / NameLabelContribution.java
index c208693a690808bcc8ef6cff86308b37f019a998..188986aa5f9d1d74300581036e3a3c5e2a29f47a 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\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.ui.contribution.e4;\r
-\r
-import javax.annotation.PostConstruct;\r
-\r
-import org.eclipse.swt.widgets.Composite;\r
-import org.simantics.ui.contribution.NameLabelButtonTrim;\r
-\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class NameLabelContribution {\r
-\r
-    @PostConstruct\r
-    public void createControls(Composite parent) {\r
-        new NameLabelButtonTrim(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.ui.contribution.e4;
+
+import javax.annotation.PostConstruct;
+
+import org.eclipse.swt.widgets.Composite;
+import org.simantics.ui.contribution.NameLabelButtonTrim;
+
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class NameLabelContribution {
+
+    @PostConstruct
+    public void createControls(Composite parent) {
+        new NameLabelButtonTrim(parent);
+    }
+
+}