Skip to content

Commit

Permalink
refactor(UserGroup): 쓰지 않는 메서드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjinyong committed Nov 22, 2024
1 parent c9f8e7e commit b992eac
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ public class UserGroup extends BaseEntity {
public void addUser(User user) {
this.user = user;
}

public void addGroup(Group group) {
this.group = group;
}
}

0 comments on commit b992eac

Please sign in to comment.