]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/actions/CreateText.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / actions / CreateText.java
index 02c7173dd1a633795595bd1efc607cdbb519b3c0..8cd899bb8a775498718c3f44295bff190f5c02e3 100644 (file)
@@ -1,29 +1,29 @@
-/*******************************************************************************\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.modeling.ui.actions;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class CreateText extends CreateShapeHandler {\r
-\r
-    @Override\r
-    public String getDefaultElementData() {\r
-        final String data = \r
-                "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" + \r
-                "<svg overflow=\"visible\" version=\"1.1\">" +\r
-                "<text fill=\"rgb(0,0,0)\" stroke=\"none\" font-size=\"12\"><tspan font-family=\"sans-serif\" >Text</tspan></text>" + \r
-                "</svg>";\r
-        return data;\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.modeling.ui.actions;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class CreateText extends CreateShapeHandler {
+
+    @Override
+    public String getDefaultElementData() {
+        final String data = 
+                "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" + 
+                "<svg overflow=\"visible\" version=\"1.1\">" +
+                "<text fill=\"rgb(0,0,0)\" stroke=\"none\" font-size=\"12\"><tspan font-family=\"sans-serif\" >Text</tspan></text>" + 
+                "</svg>";
+        return data;
+    }
+
 }
\ No newline at end of file