From 38282ff192c2aa1f5c12a4f5ff483bff0d2042b1 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Thu, 15 May 2025 09:22:19 +0800 Subject: [PATCH] Remove unused imports introduced by 27c4d1ff2477b91f7df1292453f799c7f6662e31 Signed-off-by: Yanming Zhou --- .../constructorbinding/primaryconstructor/MyProperties.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/externalconfig/typesafeconfigurationproperties/constructorbinding/primaryconstructor/MyProperties.kt b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/externalconfig/typesafeconfigurationproperties/constructorbinding/primaryconstructor/MyProperties.kt index 938f621a92dd..7428e2f0c3f0 100644 --- a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/externalconfig/typesafeconfigurationproperties/constructorbinding/primaryconstructor/MyProperties.kt +++ b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/features/externalconfig/typesafeconfigurationproperties/constructorbinding/primaryconstructor/MyProperties.kt @@ -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() {