Skip to content

Commit

Permalink
Thang review
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazwarhili committed Feb 20, 2025
1 parent 6934608 commit 7aec484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static String getHvdcTypeName(HvdcLine hvdcLine) {
throw NetworkModificationException.createHybridHvdcUnsupported(hvdcLine.getId());
}

return String.format("%s_%s", hvdcLine.getType(), hvdcLine.getConverterStation1().getHvdcType());
return String.format("%s_%s", hvdcLine.getType().name(), hvdcLine.getConverterStation1().getHvdcType().name());
}

public static Set<VoltageLevelInfos> getVoltageLevelsInfos(@NonNull Identifiable<?> identifiable) {
Expand Down

0 comments on commit 7aec484

Please sign in to comment.