]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/handler/ServerPasteHandler.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / src / org / simantics / spreadsheet / common / cell / handler / ServerPasteHandler.java
index fdbc8fc9719a6787311ffadf41d7b2c4d7e451b6..aa44df787302e64c615cbb4dc5dcbf3840c40aec 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.spreadsheet.common.cell.handler;\r
-\r
-import org.simantics.spreadsheet.Adaptable;\r
-import org.simantics.spreadsheet.cell.handler.PasteHandler;\r
-\r
-public class ServerPasteHandler implements PasteHandler {\r
-\r
-    private final Adaptable server;\r
-    \r
-    public ServerPasteHandler(Adaptable server) {\r
-        this.server = server;\r
-    }\r
-\r
-    @Override\r
-    public void paste(int row, int column) {\r
-        PasteHandler pasteable = server.getAdapter(PasteHandler.class);\r
-        pasteable.paste(row, column);\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.spreadsheet.common.cell.handler;
+
+import org.simantics.spreadsheet.Adaptable;
+import org.simantics.spreadsheet.cell.handler.PasteHandler;
+
+public class ServerPasteHandler implements PasteHandler {
+
+    private final Adaptable server;
+    
+    public ServerPasteHandler(Adaptable server) {
+        this.server = server;
+    }
+
+    @Override
+    public void paste(int row, int column) {
+        PasteHandler pasteable = server.getAdapter(PasteHandler.class);
+        pasteable.paste(row, column);
+    }
+    
+}