We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14524c commit 3d7a664Copy full SHA for 3d7a664
1 file changed
google-http-client/src/main/java/com/google/api/client/http/HttpTransport.java
@@ -48,10 +48,9 @@
48
* </ul>
49
* <li>Other Java environments
50
* <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.
53
* <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.
+ * HttpURLConnection built into the Java SDK. It is the preferred choice if not using
+ * Apache HTTP Client.
55
* <li>{@code com.google.api.client.apache.ApacheHttpTransport} is a good choice for users
56
* of the Apache HTTP Client, especially if you need some of the configuration options
57
* available in that library.
0 commit comments