java format

This commit is contained in:
Christian Tzolov
2024-07-20 11:28:16 +02:00
parent 4392f1b72a
commit f0e555ea3c

View File

@@ -63,7 +63,7 @@ public class BeanOutputConverter<T> implements StructuredOutputConverter<T> {
/**
* The target class type reference to which the output will be converted.
*/
@SuppressWarnings({ "FieldMayBeFinal"})
@SuppressWarnings({ "FieldMayBeFinal" })
private TypeReference<T> typeRef;
/** The object mapper used for deserialization and other JSON operations. */