We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10aff7 commit e848eecCopy full SHA for e848eec
src/main/java/com/auth0/client/mgmt/ManagementAPI.java
@@ -409,7 +409,7 @@ public NetworkAclsEntity networkAcls() {
409
*/
410
public static class Builder {
411
private final String domain;
412
- private TokenProvider tokenProvider;
+ private final TokenProvider tokenProvider;
413
private Auth0HttpClient httpClient = DefaultHttpClient.newBuilder().build();
414
415
/**
0 commit comments