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 08:18:35 UTC

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

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 139b3a7  Fixed CS for Camel-exec
139b3a7 is described below

commit 139b3a79a4a2ea15039439a45ad52db231a4e0d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 30 10:18:13 2019 +0200

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

diff --git a/components/camel-exec/src/main/java/org/apache/camel/component/exec/ExecEndpoint.java b/components/camel-exec/src/main/java/org/apache/camel/component/exec/ExecEndpoint.java
index 6f9310a..1f4efa8 100644
--- a/components/camel-exec/src/main/java/org/apache/camel/component/exec/ExecEndpoint.java
+++ b/components/camel-exec/src/main/java/org/apache/camel/component/exec/ExecEndpoint.java
@@ -70,7 +70,7 @@ public class ExecEndpoint extends DefaultEndpoint {
         throw new UnsupportedOperationException("Consumer not supported for ExecEndpoint!");
     }
 
-public String getExecutable() {
+    public String getExecutable() {
         return executable;
     }