Skip to content

Commit 4f2f40e

Browse files
committed
more documentation on Client(CloseableHttpClient httpClient) constructor
1 parent 6481acc commit 4f2f40e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/sendgrid/Client.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public Client() {
6060
}
6161

6262
/**
63-
* Constructor for passing in an httpClient for mocking.
63+
* Constructor for passing in an httpClient, typically for mocking. Passed-in httpClient will not be closed
64+
* by this Client.
6465
*
6566
* @param httpClient
6667
* an Apache CloseableHttpClient

0 commit comments

Comments
 (0)