Merge pull request #45554 from quaff
* pr/45554: Remove unused imports in sample Closes gh-45554
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user