]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/DatabaseUserAgent.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / DatabaseUserAgent.java
index 838c93e3ec185b432c71eb55de6698a73f7207f5..f51e85dd7e8a9fb1c9e0036bd71272ee1a2559f2 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.db;\r
-\r
-import org.simantics.db.exception.InternalException;\r
-\r
-public interface DatabaseUserAgent {\r
-    /**\r
-     * Tries to fix errors encountered during server startup.\r
-     *\r
-     * @param exception to fix before server can be started.\r
-     * @return true if successful.\r
-     */\r
-    public boolean handleStart(InternalException exception);\r
-\r
-    String getId();\r
-}\r
+package org.simantics.db;
+
+import org.simantics.db.exception.InternalException;
+
+public interface DatabaseUserAgent {
+    /**
+     * Tries to fix errors encountered during server startup.
+     *
+     * @param exception to fix before server can be started.
+     * @return true if successful.
+     */
+    public boolean handleStart(InternalException exception);
+
+    String getId();
+}