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 694157b commit 5b17e3dCopy full SHA for 5b17e3d
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/downloader/Response.java
@@ -90,7 +90,7 @@ public String getHeader(final String name) {
90
* Validates the response codes for the given {@link Response}, and throws a {@link HttpResponseException} if the code is invalid
91
* @see HttpUtils#validateResponseCode(Response, int...)
92
* @param validResponseCodes Expected valid response codes
93
- * @return {@link this} response
+ * @return {@code this} response
94
* @throws HttpResponseException Thrown when the response code is not in {@code validResponseCodes},
95
* or when {@code validResponseCodes} is empty and the code is a 4xx or 5xx error.
96
*/
0 commit comments