From a63af8e4b544fc741ced8c1b1b860757f2795f7e Mon Sep 17 00:00:00 2001 From: Chad Selph Date: Thu, 7 Jun 2018 16:28:47 -0700 Subject: [PATCH] correct comment about underlying http implementation --- src/main/java/com/hellosign/sdk/HelloSignClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/hellosign/sdk/HelloSignClient.java b/src/main/java/com/hellosign/sdk/HelloSignClient.java index ac3fd965..85288789 100644 --- a/src/main/java/com/hellosign/sdk/HelloSignClient.java +++ b/src/main/java/com/hellosign/sdk/HelloSignClient.java @@ -63,8 +63,8 @@ * * HelloSignClient client = new HelloSignClient(user, key); * - * Then, use the client to perform your requests. The client uses the Unirest - * library to perform its HTTP requests. (http://unirest.io/java.html). + * Then, use the client to perform your requests. The client uses java.net.HttpURLConnection + * to perform its HTTP requests. * * @author "Chris Paul (chris@hellosign.com)" */