Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9c6bf468 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9c6bf468 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9c6bf468 Branch: refs/heads/master Commit: 9c6bf46898bd634affe504f1eec7f343e9166c14 Parents: 70b0057 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Nov 13 15:23:18 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Nov 13 15:23:18 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/camel/component/bean/BeanEndpoint.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9c6bf468/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java b/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java index 34516e4..5a7c880 100644 --- a/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java +++ b/camel-core/src/main/java/org/apache/camel/component/bean/BeanEndpoint.java @@ -42,7 +42,8 @@ public class BeanEndpoint extends DefaultEndpoint { private String beanName; @UriParam(description = "Sets the name of the method to invoke on the bean") private String method; - @UriParam(label = "advanced", description = "If enabled, Camel will cache the result of the first Registry look-up. Cache can be enabled if the bean in the Registry is defined as a singleton scope.") + @UriParam(label = "advanced", description = "If enabled, Camel will cache the result of the first Registry look-up." + + " Cache can be enabled if the bean in the Registry is defined as a singleton scope.") private boolean cache; @UriParam(label = "advanced", description = "How to treat the parameters which are passed from the message body." + "true means the message body should be an array of parameters. Note: This option is used internally by Camel, and is not intended for end users to use.")