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
commit b656ef8db12f001af3c7650e26763023d27996f0 Author: Masa Horiyama <[email protected]> AuthorDate: Tue Mar 10 09:34:43 2020 -0400 Remove description as it's already in the javadoc. --- .../main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java b/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java index ffa941f..d93781d 100644 --- a/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java +++ b/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java @@ -46,8 +46,7 @@ public class PulsarEndpoint extends DefaultEndpoint { @Metadata(required = true) private String topic; - @UriParam(defaultValue = "true", label = "advanced", - description = "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).") + @UriParam(defaultValue = "true", label = "advanced") private boolean synchronous; @UriParam
