Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
refactor: 인스턴스 변수 접근제어자 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
oksusutea committed May 20, 2021
1 parent d24d76f commit f4c790b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/flab/kidsafer/domain/SignInResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class SignInResponse {

private SignInStatus status;
User user;
private User user;

public SignInResponse(SignInStatus status, User user) {
this.status = status;
Expand Down

0 comments on commit f4c790b

Please # to comment.