]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/util/ResourceCopyRepresentation.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / util / ResourceCopyRepresentation.java
index b2992953da43cb0c3e6793d08386381af11e1285..90a3a184c29267bb3865d45bd5e79ad185cd3e5f 100644 (file)
@@ -1,30 +1,30 @@
-package org.simantics.db.layer0.util;\r
-\r
-import java.util.Collection;\r
-import java.util.Map;\r
-\r
-import org.simantics.db.RequestProcessor;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.layer0.util.SimanticsClipboard.Representation;\r
-import org.simantics.utils.datastructures.hints.IHintContext.Key;\r
-\r
-class ResourceCopyRepresentation implements Representation {\r
-\r
-    private Collection<Resource> resources;\r
-\r
-    public ResourceCopyRepresentation(Collection<Resource> resources) {\r
-        this.resources = resources;\r
-    }\r
-\r
-    @Override\r
-    public Key getKey() {\r
-        return SimanticsKeys.KEY_COPY_RESOURCES;\r
-    }\r
-\r
-    @SuppressWarnings("unchecked")\r
-    @Override\r
-    public <T> T getValue(RequestProcessor processor, Map<String,Object> hints) {\r
-        return (T) resources;\r
-    }\r
-\r
+package org.simantics.db.layer0.util;
+
+import java.util.Collection;
+import java.util.Map;
+
+import org.simantics.db.RequestProcessor;
+import org.simantics.db.Resource;
+import org.simantics.db.layer0.util.SimanticsClipboard.Representation;
+import org.simantics.utils.datastructures.hints.IHintContext.Key;
+
+class ResourceCopyRepresentation implements Representation {
+
+    private Collection<Resource> resources;
+
+    public ResourceCopyRepresentation(Collection<Resource> resources) {
+        this.resources = resources;
+    }
+
+    @Override
+    public Key getKey() {
+        return SimanticsKeys.KEY_COPY_RESOURCES;
+    }
+
+    @SuppressWarnings("unchecked")
+    @Override
+    public <T> T getValue(RequestProcessor processor, Map<String,Object> hints) {
+        return (T) resources;
+    }
+
 }
\ No newline at end of file