mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix @HttpServiceClient example in reference manual
Closes gh-35363 Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
@@ -1201,12 +1201,12 @@ annotate HTTP interfaces as follows:
|
||||
[source,java,indent=0,subs="verbatim,quotes"]
|
||||
----
|
||||
@HttpServiceClient("echo")
|
||||
public class EchoServiceA {
|
||||
public interface EchoServiceA {
|
||||
// ...
|
||||
}
|
||||
|
||||
@HttpServiceClient("echo")
|
||||
public class EchoServiceB {
|
||||
public interface EchoServiceB {
|
||||
// ...
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user