Browse Source

Harmonize Kotlin example for HTTP Service client support

See gh-48577

Signed-off-by: jwalter <joakim.waltersson@gmail.com>
pull/48578/head
jwalter 2 months ago committed by Stéphane Nicoll
parent
commit
423373ba06
  1. 1
      documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/io/restclient/httpservice/groups/EchoService.kt

1
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 @@ -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

Loading…
Cancel
Save