Skip to content

Commit

Permalink
Enhance/Improve NodeIdAlias array parser #557
Browse files Browse the repository at this point in the history
- added anchor to follow up
  • Loading branch information
mpostol committed Mar 19, 2021
1 parent 8335dc3 commit b99b709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SemanticData/UANodeSetValidation/XML/UAModelContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ private void Parse(IUANodeSetModelHeader modelHeader, IAddressSpaceURIRecalculat
Parse(modelHeader.Aliases);
}

//TODO Enhance/Improve NodeIdAlias array parser #557
private void Parse(NodeIdAlias[] nodeIdAlias)
{
if (nodeIdAlias is null)
Expand Down

0 comments on commit b99b709

Please sign in to comment.