Fix typo in HttpClients.java Javadoc closes #83.
This commit is contained in:
parent
dd4da037c7
commit
5f9a6c01d8
|
@ -58,7 +58,7 @@ public class HttpClients {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates {@link CloseableHttpClient} instance with default
|
* Creates {@link CloseableHttpClient} instance with default
|
||||||
* configuration based on ssytem properties.
|
* configuration based on system properties.
|
||||||
*/
|
*/
|
||||||
public static CloseableHttpClient createSystem() {
|
public static CloseableHttpClient createSystem() {
|
||||||
return HttpClientBuilder.create().useSystemProperties().build();
|
return HttpClientBuilder.create().useSystemProperties().build();
|
||||||
|
|
Loading…
Reference in New Issue