Skip to content

Commit

Permalink
remove protected
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-sunder-s committed Jan 10, 2024
1 parent d730a36 commit 3bfdff0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ public void run() {
public static class Builder {

private AccessToken accessToken;
protected Duration refreshMargin = DEFAULT_REFRESH_MARGIN;
protected Duration expirationMargin = DEFAULT_EXPIRATION_MARGIN;
private Duration refreshMargin = DEFAULT_REFRESH_MARGIN;
private Duration expirationMargin = DEFAULT_EXPIRATION_MARGIN;

protected Builder() {}

Expand Down

0 comments on commit 3bfdff0

Please sign in to comment.