Skip to content

Commit b3f3b06

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-45556
2 parents bd40779 + e1ec866 commit b3f3b06

File tree

1 file changed

+0
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/externalconfig/typesafeconfigurationproperties/constructorbinding/primaryconstructor

1 file changed

+0
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/externalconfig/typesafeconfigurationproperties/constructorbinding/primaryconstructor/MyProperties.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
package org.springframework.boot.docs.features.externalconfig.typesafeconfigurationproperties.constructorbinding.primaryconstructor
1818

1919
import org.springframework.boot.context.properties.ConfigurationProperties
20-
import org.springframework.boot.context.properties.bind.DefaultValue
21-
import java.net.InetAddress
2220

2321
@ConfigurationProperties("my")
2422
class MyProperties() {

0 commit comments

Comments
 (0)