Skip to content

Commit d10aff7

Browse files
committed
clean up
1 parent 5a9311d commit d10aff7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/auth0/client/mgmt/ManagementAPI.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,7 @@ public static class Builder {
418418
* @param apiToken the API token used to make requests to the Auth0 Management API.
419419
*/
420420
public Builder(String domain, String apiToken) {
421-
this.domain = domain;
422-
this.tokenProvider = SimpleTokenProvider.create(apiToken);
421+
this(domain, SimpleTokenProvider.create(apiToken));
423422
}
424423

425424
/**

0 commit comments

Comments
 (0)