Skip to content

Commit 60af3f2

Browse files
committed
add checkstyle exception
1 parent 87e78b9 commit 60af3f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/it/aboutbits/springboot/toolbox/reflection/util/CustomTypeReflectionUtilTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ void testGetCustomTypeConstructorWithMismatchingConstructor() {
4444
);
4545
}
4646

47+
@SuppressWarnings("checkstyle:RedundantModifier")
4748
@CustomTypeScanner.DisableCustomTypeConfiguration
4849
public static class ValidCustomType implements CustomType<String> {
4950
private final String value;
@@ -72,6 +73,7 @@ public String value() {
7273
// Missing the required constructor
7374
}
7475

76+
@SuppressWarnings("checkstyle:RedundantModifier")
7577
@CustomTypeScanner.DisableCustomTypeConfiguration
7678
public static class OtherInvalidCustomType implements CustomType<String> {
7779
private final String value;

0 commit comments

Comments
 (0)