]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/variables/ResourceWithContext.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / variables / ResourceWithContext.java
index 2c4f75216620b47549b09aa8017a9359559e79c9..3d30e7093e1488efd2b256b9d30fb615a431426b 100644 (file)
@@ -1,22 +1,22 @@
-package org.simantics.structural2.variables;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.layer0.variable.Variable;\r
-\r
-public class ResourceWithContext {\r
-    Resource resource;\r
-    Variable context;\r
-    \r
-    public ResourceWithContext(Resource resource, Variable context) {\r
-        this.resource = resource;\r
-        this.context = context;\r
-    }\r
-    \r
-    public Resource getResource() {\r
-        return resource;\r
-    }\r
-    \r
-    public Variable getContext() {\r
-        return context;\r
-    }\r
-}\r
+package org.simantics.structural2.variables;
+
+import org.simantics.db.Resource;
+import org.simantics.db.layer0.variable.Variable;
+
+public class ResourceWithContext {
+    Resource resource;
+    Variable context;
+    
+    public ResourceWithContext(Resource resource, Variable context) {
+        this.resource = resource;
+        this.context = context;
+    }
+    
+    public Resource getResource() {
+        return resource;
+    }
+    
+    public Variable getContext() {
+        return context;
+    }
+}