Skip to content

Commit

Permalink
feat(objectionary#3332): fix minor code offences
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 19, 2024
1 parent b8ec0fa commit d15019e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* Test case for {@link UnderlinedMessage}.
* @since 0.1
* @since 0.50
* @checkstyle ParameterNumberCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
Expand All @@ -55,7 +55,7 @@ void addsUndeline(final String input, final int from, final int length, final St
* tests pass.
* @return Test cases.
*/
static Stream<Arguments> examples() {
private static Stream<Arguments> examples() {
final String issue = "Problem is here";
return Stream.of(
Arguments.of(issue, 0, 7, "Problem is here\n^^^^^^^"),
Expand Down

0 comments on commit d15019e

Please sign in to comment.