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 092da98  Fixed CS for Camel-Github
092da98 is described below

commit 092da9885ae2f5edb09aa154a569c31acc72b4e5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Apr 30 10:59:29 2019 +0200

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

diff --git 
a/components/camel-github/src/main/java/org/apache/camel/component/github/GitHubEndpoint.java
 
b/components/camel-github/src/main/java/org/apache/camel/component/github/GitHubEndpoint.java
index 28c1ca1..8dee0ed 100644
--- 
a/components/camel-github/src/main/java/org/apache/camel/component/github/GitHubEndpoint.java
+++ 
b/components/camel-github/src/main/java/org/apache/camel/component/github/GitHubEndpoint.java
@@ -118,7 +118,7 @@ public class GitHubEndpoint extends DefaultEndpoint {
         throw new IllegalArgumentException("Cannot create consumer with type " 
+ type);
     }
 
-public GitHubType getType() {
+    public GitHubType getType() {
         return type;
     }
 

Reply via email to