Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
final 키워드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 13, 2024
1 parent 1fa082c commit 8ba2fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@Builder
public class EditDateTime {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "Asia/Seoul")
private LocalDateTime created;
private final LocalDateTime created;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale = "Asia/Seoul")
private LocalDateTime updated;

Expand Down

0 comments on commit 8ba2fcd

Please sign in to comment.