Fix import in docs

Closes gh-16017
This commit is contained in:
Stephane Nicoll
2019-03-04 15:45:59 +01:00
parent d32180610d
commit 4f2e788835

View File

@@ -2172,7 +2172,7 @@ If you need to add or customize converters, you can use Spring Boot's
[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.http.converter.*;