From 47711c6743eda84e4faa0ae16136b6ecf7da5e30 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 16 Dec 2010 10:28:56 +0000 Subject: [PATCH] +SPR-7470 + minor adjustments --- spring-framework-reference/src/beans-dependencies.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/beans-dependencies.xml b/spring-framework-reference/src/beans-dependencies.xml index 282731cf4e..dd75ff0d02 100644 --- a/spring-framework-reference/src/beans-dependencies.xml +++ b/spring-framework-reference/src/beans-dependencies.xml @@ -1060,7 +1060,7 @@ support=support@example.co.uk </beans> - The c namespace uses the same conventions as the p one (trailing -ref for bean references) + The c: namespace uses the same conventions as the p: one (trailing -ref for bean references) for setting the constructor arguments by their names. And just as well, it needs to be declared even though it is not defined in an XSD schema (but it exists inside the Spring core).