Skip to content

Commit 423373b

Browse files
jwaltersnicoll
authored andcommitted
Harmonize Kotlin example for HTTP Service client support
See gh-48577 Signed-off-by: jwalter <[email protected]>
1 parent f61ac29 commit 423373b

File tree

1 file changed

+0
-1
lines changed
  • documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/io/restclient/httpservice/groups

1 file changed

+0
-1
lines changed

documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/io/restclient/httpservice/groups/EchoService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import org.springframework.web.bind.annotation.RequestBody
1919
import org.springframework.web.service.annotation.HttpExchange
2020
import org.springframework.web.service.annotation.PostExchange
2121

22-
@HttpExchange("echo")
2322
interface EchoService {
2423

2524
@PostExchange

0 commit comments

Comments
 (0)