]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/handler/CopyPasteStrategy.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / handler / CopyPasteStrategy.java
index a439b7fc54916b8bc582f6d7850592d71991f5d5..f3a97cee46067db6b4fdf872109ffccd96fd0c51 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.diagram.handler;\r
-\r
-\r
-\r
-/**\r
- * A very simple interface for configuring how {@link CopyPasteHandler} works.\r
- * \r
- * @author Tuukka Lehtonen\r
- * @see CopyStrategy\r
- */\r
-public interface CopyPasteStrategy {\r
-\r
-    /**\r
-     * @param operation\r
-     */\r
-    void paste(PasteOperation operation) throws PasteException;\r
-    void copyToClipboard(DiagramSelection selection);\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.diagram.handler;
+
+
+
+/**
+ * A very simple interface for configuring how {@link CopyPasteHandler} works.
+ * 
+ * @author Tuukka Lehtonen
+ * @see CopyStrategy
+ */
+public interface CopyPasteStrategy {
+
+    /**
+     * @param operation
+     */
+    void paste(PasteOperation operation) throws PasteException;
+    void copyToClipboard(DiagramSelection selection);
+
+}