diff --git a/spring-ai-core/src/main/java/org/springframework/ai/converter/BeanOutputConverter.java b/spring-ai-core/src/main/java/org/springframework/ai/converter/BeanOutputConverter.java index c267e06f5..d2d443d37 100644 --- a/spring-ai-core/src/main/java/org/springframework/ai/converter/BeanOutputConverter.java +++ b/spring-ai-core/src/main/java/org/springframework/ai/converter/BeanOutputConverter.java @@ -63,7 +63,7 @@ public class BeanOutputConverter implements StructuredOutputConverter { /** * The target class type reference to which the output will be converted. */ - @SuppressWarnings({ "FieldMayBeFinal"}) + @SuppressWarnings({ "FieldMayBeFinal" }) private TypeReference typeRef; /** The object mapper used for deserialization and other JSON operations. */