Browse Source
`HttpStatusCode` instance only hold an int value and are held by `Serializable` classes, so this commit enforces this. Without this change, Java 19+ will emit a compiler warning as `Serializable` classes use `HttpStatusCode` as a field.pull/29136/head
Brian Clozel
2 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue