Skip to content

Commit

Permalink
made builder in default http message protected
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Jan 8, 2019
1 parent cde5ca0 commit 5c5c931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected abstract static class Builder<T extends Builder> {
private Map<String, String[]> headers;

@SuppressWarnings("unchecked")
public Builder() {
protected Builder() {
this.clazz = (Class<T>) TypeToken.of(getClass()).getRawType();
}

Expand Down

0 comments on commit 5c5c931

Please sign in to comment.