hotfix: UOE in ComponentDroolsExecutionService

This commit is contained in:
Kilian Schuettler 2024-08-12 15:17:48 +02:00
parent f629448e4b
commit 6f361f0deb

View File

@ -103,7 +103,7 @@ public class AnalyzeService {
setupData.document(),
setupData.document().getNumberOfPages(),
true,
Collections.emptySet(),
new HashSet<>(),
context);
}