From 17433470250a41c49a7c55bbea7bfff252cc0faf Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 13 Jul 2011 14:22:17 -0400 Subject: [PATCH] minor typo in xsd --- .../integration/config/xml/spring-integration-2.0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.