Skip to content

Commit 5b17e3d

Browse files
Fix javadoc so jitpack can build?
1 parent 694157b commit 5b17e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extractor/src/main/java/org/schabi/newpipe/extractor/downloader

extractor/src/main/java/org/schabi/newpipe/extractor/downloader/Response.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public String getHeader(final String name) {
9090
* Validates the response codes for the given {@link Response}, and throws a {@link HttpResponseException} if the code is invalid
9191
* @see HttpUtils#validateResponseCode(Response, int...)
9292
* @param validResponseCodes Expected valid response codes
93-
* @return {@link this} response
93+
* @return {@code this} response
9494
* @throws HttpResponseException Thrown when the response code is not in {@code validResponseCodes},
9595
* or when {@code validResponseCodes} is empty and the code is a 4xx or 5xx error.
9696
*/

0 commit comments

Comments
 (0)