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