Skip to content

Commit

Permalink
fix quality violations
Browse files Browse the repository at this point in the history
  • Loading branch information
uchitsa committed Dec 9, 2024
1 parent 561daa0 commit 7d2396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/http/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
* possible HTTP methods (JdkRequest doesn't support {@code PATCH},
* for example).
*
* @since 0.8
* @see com.jcabi.http.request.JdkRequest
* @see com.jcabi.http.request.ApacheRequest
* @since 0.8
*/
@Immutable
@SuppressWarnings({"PMD.AvoidDuplicateLiterals", "PMD.TooManyMethods"})
Expand Down

0 comments on commit 7d2396e

Please sign in to comment.