Skip to content

Commit 14398a8

Browse files
committed
warnings cleanup
1 parent 4432268 commit 14398a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/fasterxml/jackson/databind/exc/CustomExceptionDeser4071Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import com.fasterxml.jackson.databind.ObjectMapper;
55

66
// [databind#4071]: Ignore "message" for custom exceptions with only default constructor
7+
@SuppressWarnings("serial")
78
public class CustomExceptionDeser4071Test extends BaseMapTest
89
{
910
static class CustomThrowable4071 extends Throwable { }

0 commit comments

Comments
 (0)