Skip to content

Commit

Permalink
Suppress one warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 22, 2024
1 parent 63be1d1 commit b6d2643
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ public JsonSerializer<?> createContextual(SerializerProvider prov,
return this;
}

/**
* @deprecated Since 2.15
*/
@Deprecated
@Override
public JsonNode getSchema(SerializerProvider provider, Type typeHint)
{
Expand Down

0 comments on commit b6d2643

Please sign in to comment.