This commit is contained in:
nheron 2021-02-24 18:26:43 +01:00
commit cf57ac1a1b
8 changed files with 39 additions and 10 deletions

View file

@ -27,4 +27,6 @@ public interface HistoryListener extends Serializable {
public boolean withDetails();
public void setDetails(Boolean details);
}