Skip to content

Commit 4950aa5

Browse files
committed
initial re-addition of unit tests in transport class
1 parent f9216de commit 4950aa5

File tree

4 files changed

+510
-277
lines changed

4 files changed

+510
-277
lines changed

google-http-client-apache-v5/src/main/java/com/google/api/client/http/apache/v5/Apache5HttpTransport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public Apache5HttpTransport() {
7878
* <li>Retries are disabled (google-http-client handles retries).
7979
* </ul>
8080
*
81-
* @param httpClient Closeable Apache HTTP client to use
81+
* @param httpClient Apache HTTP client to use
8282
*/
8383
public Apache5HttpTransport(HttpClient httpClient) {
8484
this.httpClient = httpClient;
@@ -96,7 +96,7 @@ public Apache5HttpTransport(HttpClient httpClient) {
9696
* <li>Retries are disabled (google-http-client handles retries).
9797
* </ul>
9898
*
99-
* @param httpClient Closeable Apache HTTP client to use
99+
* @param httpClient Apache HTTP client to use
100100
* @param isMtls If the HTTP client is mutual TLS
101101
*/
102102
@Beta

0 commit comments

Comments
 (0)