Skip to content

Commit

Permalink
refactor: primitive로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shindong96 committed May 21, 2024
1 parent f375b24 commit 52be38e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class ApplicationJpaEntity {
private RecruitmentJpaEntity recruitment;

private boolean deleted;
private Boolean isCompleted;
private boolean isCompleted;

public static ApplicationJpaEntity of(Application application, Long userId) {
return new ApplicationJpaEntity(null,
Expand Down

0 comments on commit 52be38e

Please sign in to comment.