Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
필요없는 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 10, 2024
1 parent 298fab0 commit 6e23818
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ public DefaultDocument(String title, DocumentType type, EditDateTime dateTime, L
this.content = content;
}

public void deleteGroup(String group) {
this.getGroups().remove(group);
}

public Boolean isContain(String group) {
return this.getGroups().contains(group);
}

public void update(String title, DocumentType type, String content, List<String> groups) {
this.title = title;
this.type = type;
Expand Down

0 comments on commit 6e23818

Please sign in to comment.