You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/30 09:58:05 UTC

[camel] branch master updated: Fixed CS for Camel-gRPC

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new a35b36f  Fixed CS for Camel-gRPC
a35b36f is described below

commit a35b36fb45e669789044f0231bf78c681e8244b4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 30 11:56:18 2019 +0200

    Fixed CS for Camel-gRPC
---
 .../src/main/java/org/apache/camel/component/grpc/GrpcEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcEndpoint.java b/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcEndpoint.java
index b73728e..2937066 100644
--- a/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcEndpoint.java
+++ b/components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcEndpoint.java
@@ -64,7 +64,7 @@ public class GrpcEndpoint extends DefaultEndpoint {
         return new GrpcConsumer(this, processor, configuration);
     }
 
-public String getServiceName() {
+    public String getServiceName() {
         return serviceName;
     }