enhance performance

This commit is contained in:
nheron 2021-02-24 15:50:24 +01:00
commit 2ed32a94a4
12 changed files with 142 additions and 26 deletions

View file

@ -25,5 +25,6 @@ public interface HistoryListener extends Serializable {
public void fireEvent(HistoryEvent newHistoryEvent) throws DroolsChtijbugException;
public boolean withDetails();
}