Commit 4f2e7888 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix import in docs

Closes gh-16017
parent d3218061
...@@ -2172,7 +2172,7 @@ If you need to add or customize converters, you can use Spring Boot's ...@@ -2172,7 +2172,7 @@ If you need to add or customize converters, you can use Spring Boot's
[source,java,indent=0] [source,java,indent=0]
---- ----
import org.springframework.boot.autoconfigure.web.HttpMessageConverters; import org.springframework.boot.autoconfigure.http.HttpMessageConverters;
import org.springframework.context.annotation.*; import org.springframework.context.annotation.*;
import org.springframework.http.converter.*; import org.springframework.http.converter.*;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment