Skip to content

Commit

Permalink
feat: invalidate 메서드 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
gitchannn committed Sep 4, 2023
1 parent fa37c87 commit 976c89e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ public void removeAttribute(final String name) {
}

public void invalidate() {
values.clear();
}
}

0 comments on commit 976c89e

Please sign in to comment.