X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2FDatabase.java;h=c80abd27d0e456e79aabe07a4881138cbb94804f;hb=5930811a7911090a0c4984380c3b45ed81a93cde;hp=35f38410030c8ca7a75e8cf8d7115816fed6366b;hpb=d42dba7176089fe102b0693337708c7c8304b86e;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 {