From f0e555ea3cee27d4b175039f6685b618a2d27926 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Sat, 20 Jul 2024 11:28:16 +0200 Subject: [PATCH] java format --- .../org/springframework/ai/converter/BeanOutputConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */