Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Sep 12, 2022
1 parent eaf2f88 commit 0cd0e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void matches() {
public static final class TestChecker extends AbstractTestChecker {
private static final long serialVersionUID = 1L;

// XXX: This is false positive reported by CheckStyle. See
// XXX: This is a false positive reported by Checkstyle. See
// https://github.com/checkstyle/checkstyle/issues/10161#issuecomment-1242732120.
@SuppressWarnings("RedundantModifier")
public TestChecker() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void matches() {
public static final class TestChecker extends AbstractTestChecker {
private static final long serialVersionUID = 1L;

// XXX: This is false positive reported by CheckStyle. See
// XXX: This is a false positive reported by Checkstyle. See
// https://github.com/checkstyle/checkstyle/issues/10161#issuecomment-1242732120.
@SuppressWarnings("RedundantModifier")
public TestChecker() {
Expand Down

0 comments on commit 0cd0e3a

Please sign in to comment.