Skip to content

Commit

Permalink
refactor: 소나큐브 smell 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Livenow14 committed Sep 2, 2021
1 parent 8a416db commit d20e3b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum ContentType {
IMAGE(".svg", "image/svg+xml"),
ICON(".cio", "image/x-icon");

public static Map<String, ContentType> contentTypes = new HashMap<>();
private static final Map<String, ContentType> contentTypes = new HashMap<>();

static {
Arrays.stream(values())
Expand Down

0 comments on commit d20e3b1

Please sign in to comment.