Skip to content

Commit 3a401bb

Browse files
authored
Corrected Access Modifier of configureJacksonObjectMapper
Signed-off-by: ximinghui <83504424+ximinghui@users.noreply.github.com>
1 parent 47e103b commit 3a401bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/representations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To add your own Jackson configuration to the `ObjectMapper` used by Spring Data
3636
[source,java]
3737
----
3838
@Override
39-
protected void configureJacksonObjectMapper(ObjectMapper objectMapper) {
39+
public void configureJacksonObjectMapper(ObjectMapper objectMapper) {
4040
4141
objectMapper.registerModule(new SimpleModule("MyCustomModule") {
4242

0 commit comments

Comments
 (0)