X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.team.ui%2Fsrc%2Forg%2Fsimantics%2Fteam%2Fui%2FCommand.java;fp=bundles%2Forg.simantics.team.ui%2Fsrc%2Forg%2Fsimantics%2Fteam%2Fui%2FCommand.java;h=d26fd2a35e0dd2b41e989d2aec2df2d024ce6ab2;hp=17ace3dbf407edf99c24e594cdba7148c3376aae;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.team.ui/src/org/simantics/team/ui/Command.java b/bundles/org.simantics.team.ui/src/org/simantics/team/ui/Command.java index 17ace3dbf..d26fd2a35 100644 --- a/bundles/org.simantics.team.ui/src/org/simantics/team/ui/Command.java +++ b/bundles/org.simantics.team.ui/src/org/simantics/team/ui/Command.java @@ -1,11 +1,11 @@ -package org.simantics.team.ui; - -import org.simantics.db.ChangeSetIdentifier; -import org.simantics.db.exception.DatabaseException; - -public interface Command { - ChangeSetIdentifier getChangeSetIdentifier() throws DatabaseException ; - void dumpToSelectedRevision() throws DatabaseException ; - void undoToSelectedRevision() throws DatabaseException ; - void initUndoListFromSelectedRevision() throws DatabaseException; -} +package org.simantics.team.ui; + +import org.simantics.db.ChangeSetIdentifier; +import org.simantics.db.exception.DatabaseException; + +public interface Command { + ChangeSetIdentifier getChangeSetIdentifier() throws DatabaseException ; + void dumpToSelectedRevision() throws DatabaseException ; + void undoToSelectedRevision() throws DatabaseException ; + void initUndoListFromSelectedRevision() throws DatabaseException; +}