Skip to content

Commit

Permalink
warnings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 23, 2023
1 parent 4432268 commit 14398a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;

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

0 comments on commit 14398a8

Please sign in to comment.