Skip to content

Commit 8c9711a

Browse files
committed
Merge branch '2.2.x'
Closes gh-20622
2 parents 1a9065f + bf15276 commit 8c9711a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ The example in the previous section can be rewritten in an immutable fashion as
954954
955955
import org.springframework.boot.context.properties.ConfigurationProperties;
956956
import org.springframework.boot.context.properties.ConstructorBinding;
957-
import org.springframework.boot.context.properties.DefaultValue;
957+
import org.springframework.boot.context.properties.bind.DefaultValue;
958958
959959
@ConstructorBinding
960960
@ConfigurationProperties("acme")

0 commit comments

Comments
 (0)