diff --git a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd index c63b671cfd..8398e0c0c9 100644 --- a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd +++ b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd @@ -1659,7 +1659,7 @@ endpoint itself is a Polling Consumer for a channel with a queue. match patterns or literal values. For example header-names='foo*' would mean remove all headers that begin with 'foo' including the header named 'foo*'. However if you want to treat '*' as literal value setting this flag to FALSE will not perform pattern match and - the only header that will be removed is that has an exact match + the only header that will be removed is the one that is an exact match.