Skip to content

Commit

Permalink
Update AuthTokens.java
Browse files Browse the repository at this point in the history
  • Loading branch information
markelliot authored Jan 8, 2025
1 parent 4a939d5 commit e713028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.regex.Pattern;

public final class AuthTokens {
private static final Pattern BEARER = Pattern.compile("Bearer\s+");
private static final Pattern BEARER = Pattern.compile("Bearer\\s+");

private AuthTokens() {}

Expand Down

0 comments on commit e713028

Please sign in to comment.