Browse Source

Merge pull request #45554 from quaff

* pr/45554:
  Remove unused imports in sample

Closes gh-45554
pull/45601/head
Stéphane Nicoll 9 months ago
parent
commit
e1ec866b6a
  1. 2
      spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/externalconfig/typesafeconfigurationproperties/constructorbinding/primaryconstructor/MyProperties.kt

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

@ -17,8 +17,6 @@ @@ -17,8 +17,6 @@
package org.springframework.boot.docs.features.externalconfig.typesafeconfigurationproperties.constructorbinding.primaryconstructor
import org.springframework.boot.context.properties.ConfigurationProperties
import org.springframework.boot.context.properties.bind.DefaultValue
import java.net.InetAddress
@ConfigurationProperties("my")
class MyProperties() {

Loading…
Cancel
Save