File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
google-http-client/src/main/java/com/google/api/client/http Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 52
52
* </li>
53
53
* <li>Other Java environments
54
54
* <ul>
55
+ * <li>{@code com.google.api.client.googleapis.javanet.GoogleNetHttpTransport} is included in
56
+ * google-api-cient 1.22.0, so easy to include.</li>
55
57
* <li>{@code com.google.api.client.javanet.NetHttpTransport} is based on the HttpURLConnection
56
- * built into the Java SDK, so it is normally the preferred choice.</li>
58
+ * built into the Java SDK, so it used to be the preferred choice.</li>
57
59
* <li>{@code com.google.api.client.apache.ApacheHttpTransport} is a good choice for users of the
58
60
* Apache HTTP Client, especially if you need some of the configuration options available in that
59
61
* library.</li>
You can’t perform that action at this time.
0 commit comments