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

typo

parent 6ba06474
No related branches found
No related tags found
1 merge request!43Resolve "add link LNode -> LNodeType"
......@@ -2455,7 +2455,7 @@ public class ExtRefImpl extends BaseElementImpl implements ExtRef {
// serviceType Optional, values: Poll, Report, GOOSE, SMV, Typically used at system design time to specify the service type to be used for sending the needed input data
if(( getIedName() == null ) || getIedName().isEmpty() ) {
// no warning id no iedName
// no warning if no iedName
console.verbose( messagePrefix + "do not look for DA because iedName is missing" );
return Pair.of( null, null );
}
......
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