Skip to content

Commit c4dafdb

Browse files
committed
fixes sonar
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
1 parent 548d4f8 commit c4dafdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iidm/iidm-serde/src/main/java/com/powsybl/iidm/serde/NetworkSerDe.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ private static String readRootNamespace(byte[] xmlBytes) {
333333
throw new UncheckedXmlStreamException(e);
334334
}
335335
}
336+
336337
private static String proceedReadRootNamespace(byte[] xmlBytes) throws XMLStreamException {
337338
XMLStreamReader reader = null;
338339
try (ByteArrayInputStream in = new ByteArrayInputStream(xmlBytes)) {

0 commit comments

Comments
 (0)