Skip to content

Commit

Permalink
feat : 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
amm0124 committed Nov 12, 2024
1 parent 6b88f4c commit aa9be8a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public UserDetailsImpl(Member member) {
this.member = member;
}

public UserDetailsImpl(Member member, Map<String, Object> attributes ) {
public UserDetailsImpl(Member member, Map<String, Object> attributes){
this.member = member;
this.attributes = attributes;
}
Expand Down Expand Up @@ -75,7 +75,6 @@ public boolean isCredentialsNonExpired() {
return true;
}

//Oauth2 member name
@Override
public String getName() {
return null;
Expand Down

0 comments on commit aa9be8a

Please sign in to comment.