From 423373ba06ce604faa5cd0aa5b41887a27b9cd64 Mon Sep 17 00:00:00 2001 From: jwalter Date: Thu, 18 Dec 2025 14:53:54 +0100 Subject: [PATCH] Harmonize Kotlin example for HTTP Service client support See gh-48577 Signed-off-by: jwalter --- .../boot/docs/io/restclient/httpservice/groups/EchoService.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/io/restclient/httpservice/groups/EchoService.kt b/documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/io/restclient/httpservice/groups/EchoService.kt index a3faa09cc84..1b5d163dea5 100644 --- a/documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/io/restclient/httpservice/groups/EchoService.kt +++ b/documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/io/restclient/httpservice/groups/EchoService.kt @@ -19,7 +19,6 @@ import org.springframework.web.bind.annotation.RequestBody import org.springframework.web.service.annotation.HttpExchange import org.springframework.web.service.annotation.PostExchange -@HttpExchange("echo") interface EchoService { @PostExchange