]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/graph/WriteRequestModificationAdapter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / synchronization / graph / WriteRequestModificationAdapter.java
index c49a95271f92abce971fb1c8e33b88136c92c618..25fd215f0367829f890bdb8ec6b0048b3adea5a2 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\r
- * Copyright (c) 2011 Association for Decentralized Information Management in\r
- * 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.synchronization.graph;\r
-\r
-import org.simantics.db.WriteGraph;\r
-import org.simantics.db.request.WriteInterface;\r
-import org.simantics.diagram.synchronization.ModificationAdapter;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class WriteRequestModificationAdapter extends ModificationAdapter {\r
-\r
-    WriteInterface<?> request;\r
-\r
-    public WriteRequestModificationAdapter(Double priority, WriteInterface<?> request) {\r
-        super(priority);\r
-        this.request = request;\r
-    }\r
-\r
-    @Override\r
-    public void perform(WriteGraph g) throws Exception {\r
-        g.sync(request);\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2011 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.synchronization.graph;
+
+import org.simantics.db.WriteGraph;
+import org.simantics.db.request.WriteInterface;
+import org.simantics.diagram.synchronization.ModificationAdapter;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class WriteRequestModificationAdapter extends ModificationAdapter {
+
+    WriteInterface<?> request;
+
+    public WriteRequestModificationAdapter(Double priority, WriteInterface<?> request) {
+        super(priority);
+        this.request = request;
+    }
+
+    @Override
+    public void perform(WriteGraph g) throws Exception {
+        g.sync(request);
+    }
+
+}