From 1c78f374624dc54202ea9e2ee525fe127c07fed9 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3817 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 282731cf4e4..dd75ff0d022 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).