We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b2502 commit fcebd07Copy full SHA for fcebd07
google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpResponse.java
@@ -65,9 +65,9 @@ public int getStatusCode() {
65
* </p>
66
*
67
* <p>
68
- * Upgrade warning: in prior version 1.15 {@link #getContent()} returned
+ * Upgrade warning: in prior version 1.16 {@link #getContent()} returned
69
* {@link HttpURLConnection#getInputStream} only when the status code was successful. Starting
70
- * with version 1.16 it returns {@link HttpURLConnection#getInputStream} when it doesn't throw
+ * with version 1.17 it returns {@link HttpURLConnection#getInputStream} when it doesn't throw
71
* {@link IOException}, otherwise it returns {@link HttpURLConnection#getErrorStream}
72
73
*/
0 commit comments