Skip to content

Commit 93f34b1

Browse files
committed
chore: maven deploy success
1 parent 4d879da commit 93f34b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sdk-component/src/main/java/group/rxcloud/capa/component/http/CapaHttp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public <T> Mono<HttpResponse<T>> invokeApi(
9595
*
9696
* @param <T> The Type of the return.
9797
* @param httpMethod HTTP httpMethod.
98-
* @param pathSegments Array of path segments (/a/b/c -> ["a", "b", "c"]).
98+
* @param pathSegments Array of path segments (/a/b/c ["a", "b", "c"]).
9999
* @param urlParameters Parameters in the URL
100100
* @param requestData payload to be posted.
101101
* @param headers HTTP headers.

sdk-spi-demo/src/main/java/group/rxcloud/capa/spi/demo/config/DemoRpcServiceOptions.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ public DemoRpcServiceOptions(String appId, ServiceRpcInvokeMode rpcInvokeMode) {
4141
*/
4242
public enum ServiceRpcInvokeMode {
4343
/**
44-
* Ctrip -> Ctrip
44+
* Ctrip Ctrip
4545
*/
4646
CTRIP_TO_CTRIP,
4747
/**
48-
* Ctrip -> AWS
48+
* Ctrip AWS
4949
*/
5050
CTRIP_TO_AWS,
5151
/**
52-
* AWS -> Ctrip
52+
* AWS Ctrip
5353
*/
5454
AWS_TO_CTRIP,
5555
/**
56-
* AWS -> AWS
56+
* AWS AWS
5757
*/
5858
AWS_TO_AWS,
5959
;

0 commit comments

Comments
 (0)