Skip to content

Commit

Permalink
Fix: 중복 메소드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
lightorange0v0 committed Jun 2, 2023
1 parent 94b3556 commit c302e50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Bowler.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ public String getNickName() {
public String getFullName ( ) {
return fullName;
}

public String getNick ( ) {
return nickName;
}

public String getEmail ( ) {
return email;
Expand Down

0 comments on commit c302e50

Please sign in to comment.