Fix typo in HttpClients.java Javadoc closes #83.

This commit is contained in:
Andy Klimczak 2017-09-06 14:56:25 -06:00 committed by Gary Gregory
parent dd4da037c7
commit 5f9a6c01d8
1 changed files with 1 additions and 1 deletions

View File

@ -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();