mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
parent
a41336e9cf
commit
46fff79fe2
9 changed files with 509 additions and 349 deletions
|
|
@ -100,7 +100,6 @@ class InternalCheck extends DefaultCheck {
|
|||
final long rejected = results.entrySet().stream().filter(e -> !e.getValue().isAcceptable()).count();
|
||||
final long errors = results.entrySet().stream().filter(e -> !e.getValue().isProcessingSuccessful()).count();
|
||||
final Line line = new Line();
|
||||
line.add(String.format("Validation of %s objects finished. ", results.size()));
|
||||
line.add("Acceptable: ").add(acceptable, Code.GREEN);
|
||||
line.add(" Rejected: ").add(rejected, Code.RED);
|
||||
if (errors > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue