Skip to content

Commit 1b86c85

Browse files
committed
warnings cleanup
1 parent 75e42f5 commit 1b86c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/fasterxml/jackson/databind/introspect/TestAnnotionBundles.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ static class InformingHolder {
8383
@InformativeHolder public int unimportant = 42;
8484
}
8585

86+
@SuppressWarnings("serial")
8687
static class BundleAnnotationIntrospector extends JacksonAnnotationIntrospector {
8788
@Override
8889
public PropertyName findNameForSerialization(Annotated a)

0 commit comments

Comments
 (0)