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 8, 2024
1 parent f4a466c commit 8456039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/http/RequestITCaseTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
/**
* Tests for any implementation of {@link Request}.
*
* @checkstyle JavadocMethodCheck (500 lines)
* @since 1.17.8
* @checkstyle JavadocMethodCheck (500 lines)
*/
@RequiredArgsConstructor(access = AccessLevel.PROTECTED)
@SuppressWarnings({"PMD.AbstractClassWithoutAbstractMethod", "PMD.TooManyMethods"})
Expand Down

0 comments on commit 8456039

Please sign in to comment.