Skip to content

Commit

Permalink
VoltageLevelFilter's getVoltageLevels function is now public (#620)
Browse files Browse the repository at this point in the history
Signed-off-by: BOUTIER Charly <charly.boutier@rte-france.com>
  • Loading branch information
EstherDarkish authored Jun 13, 2024
1 parent a45c19c commit 29fa7fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public int getNbVoltageLevels() {
return voltageLevels.size();
}

private Set<VoltageLevel> getVoltageLevels() {
public Set<VoltageLevel> getVoltageLevels() {
return voltageLevels;
}

Expand Down

0 comments on commit 29fa7fd

Please sign in to comment.