]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/flag/IOTableInfo.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / flag / IOTableInfo.java
index c5b5ae60bf75fa84e163e727d42a533ae1788a38..c8fe85c72821c0d630a8cb2723f57291a7a3dcf5 100644 (file)
@@ -1,16 +1,16 @@
-package org.simantics.diagram.flag;\r
-\r
-public class IOTableInfo {\r
-\r
-    String name;\r
-    double x, y, width, rowHeight;\r
-\r
-    public IOTableInfo(String name, double x, double y, double width, double rowHeight) {\r
-        this.name = name;\r
-        this.x = x;\r
-        this.y = y;\r
-        this.width = width;\r
-        this.rowHeight = rowHeight;\r
-    }\r
-\r
-}\r
+package org.simantics.diagram.flag;
+
+public class IOTableInfo {
+
+    String name;
+    double x, y, width, rowHeight;
+
+    public IOTableInfo(String name, double x, double y, double width, double rowHeight) {
+        this.name = name;
+        this.x = x;
+        this.y = y;
+        this.width = width;
+        this.rowHeight = rowHeight;
+    }
+
+}