You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/11/12 09:18:17 UTC

[06/33] camel git commit: Component docs that option is rarely used so mark it as advanced

Component docs that option is rarely used so mark it as advanced


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/169e2400
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/169e2400
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/169e2400

Branch: refs/heads/master
Commit: 169e2400425fb23a5d341f4e2ea4e99cef7f1108
Parents: c850a6e
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Nov 11 20:31:17 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Nov 12 09:19:12 2015 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/camel/component/bean/BeanEndpoint.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/169e2400/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 af76a7a..34516e4 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,7 @@ 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(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.")