Skip to content

Commit

Permalink
adjusted modifier order in builder for default http message
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Dec 14, 2018
1 parent a78034a commit 3966616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static List<String> getValues(final Map<String, Iterable<String>> header
return new ArrayList<>();
}

protected static abstract class Builder<T extends Builder> {
protected abstract static class Builder<T extends Builder> {
private final Class<T> clazz;
private HttpProtocolVersion version;
private MessageContent content;
Expand Down

0 comments on commit 3966616

Please sign in to comment.