Skip to content

Commit bf15276

Browse files
committed
Fix import in constructor binding example
Closes gh-20378
1 parent 62f696d commit bf15276

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
@@ -855,7 +855,7 @@ The example in the previous section can be rewritten in an immutable fashion as
855855
856856
import org.springframework.boot.context.properties.ConfigurationProperties;
857857
import org.springframework.boot.context.properties.ConstructorBinding;
858-
import org.springframework.boot.context.properties.DefaultValue;
858+
import org.springframework.boot.context.properties.bind.DefaultValue;
859859
860860
@ConstructorBinding
861861
@ConfigurationProperties("acme")

0 commit comments

Comments
 (0)