Skip to content

Commit

Permalink
feat: final 객체 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeokson committed Aug 11, 2024
1 parent e515df3 commit 81da874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class StaticResourcesUtil {

private final StaticResourcesRepository staticResourcesRepository;

private Map<String, String> s3Urls;
private final Map<String, String> s3Urls = new HashMap<>();

@PostConstruct
public void init() {
Expand Down

0 comments on commit 81da874

Please sign in to comment.