Skip to content

Commit 4f2e788

Browse files
committed
Fix import in docs
Closes gh-16017
1 parent d321806 commit 4f2e788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ If you need to add or customize converters, you can use Spring Boot's
21722172

21732173
[source,java,indent=0]
21742174
----
2175-
import org.springframework.boot.autoconfigure.web.HttpMessageConverters;
2175+
import org.springframework.boot.autoconfigure.http.HttpMessageConverters;
21762176
import org.springframework.context.annotation.*;
21772177
import org.springframework.http.converter.*;
21782178

0 commit comments

Comments
 (0)