Fix warnings

See gh-34409
This commit is contained in:
Brian Clozel
2025-02-12 08:48:04 +01:00
parent 7271358ea4
commit 5c09435816
3 changed files with 5 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ public class ProblemDetail implements Serializable {
private @Nullable URI instance;
@SuppressWarnings("serial")
private @Nullable Map<String, Object> properties;