Skip to content

Commit f0e555e

Browse files
committed
java format
1 parent 4392f1b commit f0e555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-core/src/main/java/org/springframework/ai/converter/BeanOutputConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class BeanOutputConverter<T> implements StructuredOutputConverter<T> {
6363
/**
6464
* The target class type reference to which the output will be converted.
6565
*/
66-
@SuppressWarnings({ "FieldMayBeFinal"})
66+
@SuppressWarnings({ "FieldMayBeFinal" })
6767
private TypeReference<T> typeRef;
6868

6969
/** The object mapper used for deserialization and other JSON operations. */

0 commit comments

Comments
 (0)