Skip to content

Commit

Permalink
Remove shunt compensator support in disable change.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
  • Loading branch information
obrix committed Jan 25, 2023
1 parent 7c4de2e commit 8dd52f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public void onDisableChange(LfElement element, boolean disabled) {
break;
case BRANCH:
case HVDC:
case SHUNT_COMPENSATOR:
// nothing to do.
break;
default:
Expand Down

0 comments on commit 8dd52f0

Please sign in to comment.