This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch SCB-665
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
The following commit(s) were added to refs/heads/SCB-665 by this push:
new 62636f1 SCB-817 Fixed typo of the GrpcTccEvent.proto
62636f1 is described below
commit 62636f1a07f90cc9c8a4f3c03c4173c5415667a9
Author: Willem Jiang <[email protected]>
AuthorDate: Wed Aug 22 19:21:58 2018 +0800
SCB-817 Fixed typo of the GrpcTccEvent.proto
---
pack-contracts/pack-contract-grpc/src/main/proto/GrpcTccEvent.proto | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/pack-contracts/pack-contract-grpc/src/main/proto/GrpcTccEvent.proto
b/pack-contracts/pack-contract-grpc/src/main/proto/GrpcTccEvent.proto
index f482a93..64731b0 100644
--- a/pack-contracts/pack-contract-grpc/src/main/proto/GrpcTccEvent.proto
+++ b/pack-contracts/pack-contract-grpc/src/main/proto/GrpcTccEvent.proto
@@ -24,7 +24,7 @@ option java_outer_classname = "TccEventProto";
import "GrpcCommon.proto";
service TccEventService {
- rpc OnConnected (GrpcServiceConfig) returns (stream GrpcTccCordinateCommand)
{
+ rpc OnConnected (GrpcServiceConfig) returns (stream
GrpcTccCoordinateCommand) {
}
rpc participate(GrpcTccParticipatedEvent) returns (GrpcAck) {}
rpc OnTccTransactionStarted (GrpcTccTransactionStartedEvent) returns
(GrpcAck) {}
@@ -64,7 +64,7 @@ message GrpcTccTransactionEndedEvent {
string status = 7;
}
-message GrpcTccCordinateCommand {
+message GrpcTccCoordinateCommand {
string globalTxId = 1;
string localTxId = 2;
string parentTxId = 3;