]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.simulation/src/org/simantics/simulation/data/GraphHandle.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.simulation / src / org / simantics / simulation / data / GraphHandle.java
index 09b4fcd548a87ab253e367bd4c88b7d4c30f8dc6..65c87c67c2894c8277ca21d34ae66acfcbae9b04 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.simulation.data;\r
-\r
-import org.simantics.databoard.binding.Binding;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface GraphHandle {\r
-\r
-    String key();\r
-    Binding binding(ReadGraph graph) throws DatabaseException;\r
-    Object getValue(ReadGraph graph) throws DatabaseException;\r
-\r
-}\r
+package org.simantics.simulation.data;
+
+import org.simantics.databoard.binding.Binding;
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface GraphHandle {
+
+    String key();
+    Binding binding(ReadGraph graph) throws DatabaseException;
+    Object getValue(ReadGraph graph) throws DatabaseException;
+
+}