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 2020/04/08 13:27:34 UTC

[camel] 06/06: Polished

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 25fc3a1b35590cfde18b46222007b06fc8e60af6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Apr 8 14:47:42 2020 +0200

    Polished
---
 .../src/main/java/org/apache/camel/support/PropertyBindingSupport.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java
index add2fe0..42dc7da 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingSupport.java
@@ -1006,7 +1006,7 @@ public final class PropertyBindingSupport {
      *
      * @param camelContext       the camel context
      * @param name               the name of the bean
-     * @param value              how to resolve the bean with a prefix of either class#:, type#: or bean#:
+     * @param value              how to resolve the bean with a prefix of either #class:, #type: or #bean:
      * @return the resolve bean
      * @throws Exception is thrown if error resolving the bean, or if the value is invalid.
      */