issues
search
beanit
/
iec61850bean
A Java IEC 61850 MMS stack for clients and servers.
https://www.beanit.com/iec-61850/
Apache License 2.0
143
stars
82
forks
source link
Update SclParser.java
#29
Closed
AbdelazizSaid250
closed
2 years ago
AbdelazizSaid250
commented
2 years ago
Edit the SclParser.java to parse and extract the connection parameters from the CID/SCD file inside the ConnectedAP tag.
Optimize import in SclParser.java
In SclParser.java I replace the if-else if with a switch case.
In SclParser.java, optimized the imports.
In SclParser.java, removed the unnecessary .toString().