Skip to content
Snippets Groups Projects
Commit 3dff01ce authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

small optimization

parent 55afa237
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ public class InputValueSyntaxVerifier extends AbstractVerifier {
d ->
d.getDmnDecisionTable().getRules().stream()
.flatMap(r -> r.getDmnInputValues().stream()))
.forEach(v -> check(v));
.forEach(this::check);
}
private void check(VDmnInputValue inputValue) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment