Skip to content

Commit c2e1cf4

Browse files
authored
Update quickstart.adoc (#42)
Fix the return type is Mono<String>
1 parent 68ba481 commit c2e1cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class AService {
157157
@Autowired
158158
HelloClient client;
159159
160-
public String hello() throws IOException {
160+
public Mono<String> hello() throws IOException {
161161
return client.hello();
162162
}
163163
}

0 commit comments

Comments
 (0)