Skip to content

Commit 134e04d

Browse files
committed
hotfix: 주석제거
1 parent bcee0f0 commit 134e04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/repo/whopper/domain/student/StudentEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class StudentEntity {
1414
@Id
1515
private String id;
1616
private String accountId;
17-
// private String password;
17+
private String password;
1818
private String name;
1919
private ClassInfo classInfo;
2020
private String profileImagePath;

0 commit comments

Comments
 (0)