Skip to content

Commit 3d7a664

Browse files
authored
chore: remove reference to GoogleNetHttpTransport in documentation for HttpTransport class (googleapis#2148)
1 parent a14524c commit 3d7a664

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google-http-client/src/main/java/com/google/api/client/http/HttpTransport.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@
4848
* </ul>
4949
* <li>Other Java environments
5050
* <ul>
51-
* <li>{@code com.google.api.client.googleapis.javanet.GoogleNetHttpTransport} is included
52-
* in google-api-cient 1.22.0, so easy to include.
5351
* <li>{@code com.google.api.client.javanet.NetHttpTransport} is based on the
54-
* HttpURLConnection built into the Java SDK, so it used to be the preferred choice.
52+
* HttpURLConnection built into the Java SDK. It is the preferred choice if not using
53+
* Apache HTTP Client.
5554
* <li>{@code com.google.api.client.apache.ApacheHttpTransport} is a good choice for users
5655
* of the Apache HTTP Client, especially if you need some of the configuration options
5756
* available in that library.

0 commit comments

Comments
 (0)