Skip to content

Commit

Permalink
fix removeDL for PreloadingRestClient
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 56fdb65 commit 92ad9df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ public int getDanglingLineCount(UUID networkUuid) {
public void removeDanglingLine(UUID networkUuid, String danglingLineId) {
restClient.removeDanglingLine(networkUuid, danglingLineId);
cacheClient.removeDanglingLine(networkUuid, danglingLineId);
cachedResourceTypes.remove(networkUuid, danglingLineId);
}

@Override
Expand Down

0 comments on commit 92ad9df

Please sign in to comment.