X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2FDatabase.java;h=c80abd27d0e456e79aabe07a4881138cbb94804f;hb=06718abb2b3cc780748553811c4857c165499809;hp=35f38410030c8ca7a75e8cf8d7115816fed6366b;hpb=54473e30e21abd83d47c14b4252a688ad944142e;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/Database.java b/bundles/org.simantics.db/src/org/simantics/db/Database.java index 35f384100..c80abd27d 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/Database.java +++ b/bundles/org.simantics.db/src/org/simantics/db/Database.java @@ -135,7 +135,7 @@ public interface Database { public T clone(ClusterUID clusterUID, ClusterCreator clusterCreator) throws DatabaseException; public boolean refreshEnabled(); - boolean rolledback(); + public boolean rolledback(); } public Session newSession(ServiceLocator locator) throws SDBException; interface Journal {