There was an error while loading. Please reload this page.
1 parent 68e34aa commit 6ab8758Copy full SHA for 6ab8758
oauth2_http/java/com/google/auth/oauth2/JwtClaims.java
@@ -70,7 +70,7 @@ public abstract class JwtClaims implements Serializable {
70
*/
71
abstract Map<String, String> getAdditionalClaims();
72
73
- static Builder newBuilder() {
+ public static Builder newBuilder() {
74
return new AutoValue_JwtClaims.Builder().setAdditionalClaims(ImmutableMap.<String, String>of());
75
}
76
0 commit comments