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/13 15:32:35 UTC

[7/9] camel git commit: Fixed CS

Fixed CS


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

Branch: refs/heads/camel-2.16.x
Commit: 2d13750605eb1bc02a08d21b3546abe8052b9a78
Parents: 55d9ba8
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Nov 13 15:23:18 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Nov 13 15:23:39 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/2d137506/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.")