Skip to content

Commit 3b8205d

Browse files
committed
add private constructor for Slf4jLoggingHelpers.
1 parent 0fd818d commit 3b8205d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oauth2_http/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,6 @@ private static String bytesToHex(byte[] hash) {
177177
}
178178
return hexString.toString();
179179
}
180+
181+
private Slf4jLoggingHelpers() {}
180182
}

0 commit comments

Comments
 (0)