Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman committed Aug 6, 2024
1 parent 9e59141 commit a6c31f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/snowflake/client/log/JDK14Logger.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class JDK14Logger implements SFLogger {
private Logger jdkLogger;

private Set<String> logMethods =
private final Set<String> logMethods =
new HashSet<>(Arrays.asList("debug", "error", "info", "trace", "warn", "debugNoMask"));

private static boolean isLegacyLoggerInit = false;
Expand Down

0 comments on commit a6c31f1

Please sign in to comment.