Skip to content
Snippets Groups Projects
Commit 35040ca4 authored by Dr. Carl Corea's avatar Dr. Carl Corea
Browse files

Update MissingVerifier.java

parent 8d7c97c6
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public class MissingVerifier extends AbstractVerifier {
for (Value[] missingInt : missingRules) {
StringBuilder sb = new StringBuilder("In table ");
sb.append(d.getName()); // TODO: add real name
sb.append(" the following rule is not defined: (");
sb.append(", the following rule is not defined: (");
sb.append(
Arrays.stream(missingInt)
.map(Value::getOrgExpression)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment