Skip to content

Commit

Permalink
[feat] LoginMember 수정
Browse files Browse the repository at this point in the history
- getId() 의 반환값 Object 로 변경
  • Loading branch information
kimhyun5u committed Aug 15, 2024
1 parent 6ca2ed0 commit dc494b1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package camp.woowak.lab.web.authentication;

import java.util.UUID;

public interface LoginMember {
UUID getId();
Object getId();
}

0 comments on commit dc494b1

Please sign in to comment.