Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
Signed-off-by: AbdelHedhili <[email protected]>
  • Loading branch information
AbdelHedhili committed Mar 3, 2020
1 parent 92ad9df commit c4c51c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ public Identifiable<?> getIdentifiable(String id) {

public void removeDanglingLine(String danglingLineId) {
storeClient.removeDanglingLine(network.getUuid(), danglingLineId);
danglingLineById.remove(danglingLineId);
}

//buses
Expand Down

0 comments on commit c4c51c1

Please sign in to comment.