Update IED.java

Tolerate IED without access point
pull/65/head
DALL'AGNOLA Cédric 7 years ago committed by GitHub
parent 8cc4d675f0
commit d49064f7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,9 +41,6 @@ public class IED {
List<Node> accessPointNodes = ParserUtils.getChildNodesWithTag(iedNode, "AccessPoint");
if (accessPointNodes.size() == 0)
throw new SclParserException(iedNode, "no AccessPoint defined in IED " + name);
this.accessPoints = new LinkedList<AccessPoint>();
for (Node accessPointNode : accessPointNodes) {

Loading…
Cancel
Save