You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2021/02/09 09:00:01 UTC

[camel] branch master updated: [Minor] Format annotation

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

gzurowski 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 bba953f  [Minor] Format annotation
bba953f is described below

commit bba953fc9a8378a70bcc123ef96a0f4dd0ab09b5
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Tue Feb 9 09:58:28 2021 +0100

    [Minor] Format annotation
---
 .../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 7b599bc..8c6ae40 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
@@ -46,7 +46,7 @@ public class JBPMEndpoint extends DefaultEndpoint {
     @UriParam
     private JBPMConfiguration configuration;
     @UriParam(defaultValue = "false", label = "consumer,advanced",
-            description = "Sets whether synchronous processing should be strictly used")
+              description = "Sets whether synchronous processing should be strictly used")
     private boolean synchronous;
 
     public JBPMEndpoint(String uri, JBPMComponent component, JBPMConfiguration configuration) {