Polishing

This commit is contained in:
Sam Brannen
2024-03-11 11:28:59 +01:00
parent 5ee11fb1b3
commit c4e0f96ef7
4 changed files with 4 additions and 4 deletions

View File

@@ -940,7 +940,7 @@ public class Jackson2ObjectMapperBuilder {
/**
* Obtain a {@link Jackson2ObjectMapperBuilder} instance in order to
* build a Yaml data format {@link ObjectMapper} instance.
* build a YAML data format {@link ObjectMapper} instance.
* @since 6.2
*/
public static Jackson2ObjectMapperBuilder yaml() {

View File

@@ -65,7 +65,7 @@ public class MappingJackson2YamlHttpMessageConverter extends AbstractJackson2Htt
/**
* {@inheritDoc}
* The {@code ObjectMapper} must be configured with a {@code YAMLFactory} instance.
* <p>The {@code ObjectMapper} must be configured with a {@code YAMLFactory} instance.
*/
@Override
public void setObjectMapper(ObjectMapper objectMapper) {

View File

@@ -1,5 +1,5 @@
/**
* Provides an HttpMessageConverter for the Yaml data format.
* Provides an {@code HttpMessageConverter} for the YAML data format.
*/
@NonNullApi
@NonNullFields