X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2FDatabaseUserAgent.java;h=f51e85dd7e8a9fb1c9e0036bd71272ee1a2559f2;hp=838c93e3ec185b432c71eb55de6698a73f7207f5;hb=HEAD;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.db/src/org/simantics/db/DatabaseUserAgent.java b/bundles/org.simantics.db/src/org/simantics/db/DatabaseUserAgent.java index 838c93e3e..f51e85dd7 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/DatabaseUserAgent.java +++ b/bundles/org.simantics.db/src/org/simantics/db/DatabaseUserAgent.java @@ -1,15 +1,15 @@ -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(); -} +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(); +}