Skip to content

Commit 965e587

Browse files
committed
Polish
1 parent b3ca68c commit 965e587

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/json.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Because javadoc:org.springframework.boot.jackson.JsonComponent[format=annotation
3737
Spring Boot also provides javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] and javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] base classes that provide useful alternatives to the standard Jackson versions when serializing objects.
3838
See javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] and javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] in the API documentation for details.
3939

40-
The example above can be rewritten to use javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] / javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] as follows:
40+
The example above can be rewritten to use javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] and javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] as follows:
4141

4242
include-code::object/MyJsonComponent[]
4343

0 commit comments

Comments
 (0)