Repository: camel Updated Branches: refs/heads/master 333773905 -> 6619d4bfc
Update docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6619d4bf Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6619d4bf Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6619d4bf Branch: refs/heads/master Commit: 6619d4bfcc91e835a1313da703fce8aba3464104 Parents: 3337739 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Dec 2 18:03:27 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Dec 2 18:03:27 2016 +0100 ---------------------------------------------------------------------- camel-core/src/main/docs/simple-language.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6619d4bf/camel-core/src/main/docs/simple-language.adoc ---------------------------------------------------------------------- diff --git a/camel-core/src/main/docs/simple-language.adoc b/camel-core/src/main/docs/simple-language.adoc index 0d55d58..7bf9e98 100644 --- a/camel-core/src/main/docs/simple-language.adoc +++ b/camel-core/src/main/docs/simple-language.adoc @@ -482,10 +482,12 @@ String value String value |in |For matching if in a set of values, each element must be separated by -comma. +comma. If you want to include an empty value, then it must be defined using double comma, eg ',,bronze,silver,gold', which +is a set of four values with an empty value and then the three medals. |not in |For matching if not in a set of values, each element must be separated -by comma. +by comma. If you want to include an empty value, then it must be defined using double comma, eg ',,bronze,silver,gold', which +is a set of four values with an empty value and then the three medals. |is |For matching if the left hand side type is an instanceof the value.