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 7d95125 Fixed CS for Camel-Jbpm 7d95125 is described below commit 7d95125875100107a04835a46757d0bb0e8b5428 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 30 12:29:50 2019 +0200 Fixed CS for Camel-Jbpm --- .../src/main/java/org/apache/camel/component/jbpm/JBPMEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-jbpm/src/main/java/org/apache/camel/component/jbpm/JBPMEndpoint.java b/components/camel-jbpm/src/main/java/org/apache/camel/component/jbpm/JBPMEndpoint.java index 7003f96..08404e2 100644 --- a/components/camel-jbpm/src/main/java/org/apache/camel/component/jbpm/JBPMEndpoint.java +++ b/components/camel-jbpm/src/main/java/org/apache/camel/component/jbpm/JBPMEndpoint.java @@ -72,7 +72,7 @@ public class JBPMEndpoint extends DefaultEndpoint { return new JBPMConsumer(this, processor); } -public void setConfiguration(JBPMConfiguration configuration) { + public void setConfiguration(JBPMConfiguration configuration) { this.configuration = configuration; }