mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-10 03:56:17 +00:00
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1606416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9cc6c8879
commit
a3b9c1720b
@ -76,7 +76,7 @@ public int getDefaultMaxPerRoute() {
|
||||
}
|
||||
|
||||
public void setDefaultMaxPerRoute(final int max) {
|
||||
Args.positive(max, "Defautl max per route");
|
||||
Args.positive(max, "Default max per route");
|
||||
this.defaultMax = max;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user