Skip to content

Commit

Permalink
Merge pull request #402 from jburel/issue_401
Browse files Browse the repository at this point in the history
use super to remove the key from the HashMap
  • Loading branch information
jburel authored Dec 8, 2023
2 parents 2a8ddf6 + 503f8d7 commit 21b7218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public ModuleList() {
}

public void remove(String type) {
this.remove(type);
super.remove(type);
}

public void print(String header) {
Expand Down

0 comments on commit 21b7218

Please sign in to comment.