10000 Fix JavaDoc for NetHttpResponse · mnmlist/google-http-java-client@fcebd07 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcebd07

Browse files
committed
Fix JavaDoc for NetHttpResponse
1 parent f8b2502 commit fcebd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ public int getStatusCode() {
6565
* </p>
6666
*
6767
* <p>
68-
* Upgrade warning: in prior version 1.15 {@link #getContent()} returned
68+
* Upgrade warning: in prior version 1.16 {@link #getContent()} returned
6969
* {@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
70+
* with version 1.17 it returns {@link HttpURLConnection#getInputStream} when it doesn't throw
7171
* {@link IOException}, otherwise it returns {@link HttpURLConnection#getErrorStream}
7272
* </p>
7373
*/

0 commit comments

Comments
 (0)
0