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

#1 Message Text Bug Verification fixed

parent 902fa576
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,8 @@ public class MissingInputColumnVerifier extends AbstractVerifier {
.build())
.addToEntry(
VerificationClassification.WARNING,
inputDataNode.isInputData()
? "Input data"
: "Decision"
+ " node \"%s\" has no corresponding input column in decision \"%s\"",
(inputDataNode.isInputData() ? "Input data" : "Decision")
+ " node \"%s\" has no corresponding input column in decision \"%s\"",
inputDataNode.getName().orElse(Name.NO_NAME),
decision.getName().orElse(Name.NO_NAME));
}
......
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