Skip to content
Snippets Groups Projects
Commit 71685548 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

typo in message

parent b76daadb
No related branches found
No related tags found
1 merge request!13Resolve "enumeration name may differ"
......@@ -549,7 +549,7 @@ public abstract class BasicTypeValidator extends TypeValidator {
Diagnostic.ERROR,
RiseClipseValidatorSCL.DIAGNOSTIC_SOURCE,
0,
"[NSD validation] empty value of Val in DAI \"" + dai.getName() + "\" (line = " + ada.getLineNumber() + ") is not valid for " + getName() + " type",
"[NSD validation] empty value of Val in DAI \"" + dai.getName() + "\" (line = " + dai.getLineNumber() + ") is not valid for " + getName() + " type",
new Object[] { ada } ));
res = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment