Skip to content

Commit

Permalink
Warnings removal
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 26, 2025
1 parent 60fbb91 commit 596e79d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void serialize(String value, JsonGenerator jgen, SerializerProvider provi
}
}

@SuppressWarnings("serial")
static class PrefixStringDeserializer extends StdScalarDeserializer<String>
{
protected PrefixStringDeserializer() {
Expand Down

0 comments on commit 596e79d

Please sign in to comment.