Skip to content

Commit 49785f5

Browse files
committed
added msg in grpc
1 parent 7f99608 commit 49785f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

billing-service/src/main/java/com/pm/billing_service/grpc/BillingGrpcService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import io.grpc.stub.StreamObserver;
88
import net.devh.boot.grpc.server.service.GrpcService;
99

10-
// tell string this is a grpc service
10+
// tell Spring boot this is a grpc service
1111
@GrpcService
1212
public class BillingGrpcService extends BillingServiceImplBase {
1313
// this was not easy to understand at first I tell you what

0 commit comments

Comments
 (0)