Skip to content

Commit

Permalink
Commend: Add comment about join return value
Browse files Browse the repository at this point in the history
join의 반환값에 대한 설명을 주석에 추가함.
Github issue #3
  • Loading branch information
honeyl3ee committed Oct 25, 2023
1 parent 181ea12 commit 58dbfe5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public interface MemberService {
* 가입 요청. 가입 요청시 6자리의 랜덤 코드를 이메일로 발송. (이메일 발송 생략에 대해서 논의 필요)
*
* @param request 멤버 생성 요청 DTO
* @return member id
*/
Long join(CreateMemberDto.Request request);

Expand Down

0 comments on commit 58dbfe5

Please sign in to comment.