Skip to content
Snippets Groups Projects
Commit fed0f774 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4391 OZG-4417 improve code formatting

parent 9ca1e4a4
Branches
Tags
No related merge requests found
......@@ -150,7 +150,7 @@ class VorgangWithEingangProzessor implements RepresentationModelProcessor<Entity
}
private boolean isCreateBescheidEnabled(String formId, String formEngineName) {
return vorgangProperties.getBescheid().stream().filter(prop -> prop.getFormId().equals(formId) && prop.getFormEngineName()
.equals(formEngineName)).count() > 0;
return vorgangProperties.getBescheid().stream().filter(prop ->
prop.getFormId().equals(formId) && prop.getFormEngineName().equals(formEngineName)).count() > 0;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment