@ -2299,7 +2299,7 @@ validate the bean id earlier, at XML document parse time.
@@ -2299,7 +2299,7 @@ validate the bean id earlier, at XML document parse time.
[subs="verbatim,quotes"]
----
<property name="targetName">
<!-- a bean with id 'theTargetBean' must exist; otherwise an exception will be thrown -->
<!-- a bean with id theTargetBean must exist; otherwise an exception will be thrown -->
<idref bean="theTargetBean"/>
</property>
----
@ -2575,7 +2575,7 @@ various value elements as being of type `Float`, and the string values `9.99, 2.
@@ -2575,7 +2575,7 @@ various value elements as being of type `Float`, and the string values `9.99, 2.
===== Null and empty string values
Spring treats empty arguments for properties and the like as empty `Strings`. The
following XML-based configuration metadata snippet sets the email property to the empty
`String` value ("")
`String` value ("").
[source,xml,indent=0]
[subs="verbatim,quotes"]
@ -2690,7 +2690,7 @@ Similar to the <<beans-p-namespace>>, the __c-namespace__, newly introduced in S
@@ -2690,7 +2690,7 @@ Similar to the <<beans-p-namespace>>, the __c-namespace__, newly introduced in S
3.1, allows usage of inlined attributes for configuring the constructor arguments rather
then nested `constructor-arg` elements.
Let's review the examples from <<beans-constructor-injection>> with the `c` namespace:
Let's review the examples from <<beans-constructor-injection>> with the `c:` namespace:
[source,java,indent=0]
[subs="verbatim,quotes"]
@ -2704,15 +2704,15 @@ Let's review the examples from <<beans-constructor-injection>> with the `c` name
@@ -2704,15 +2704,15 @@ Let's review the examples from <<beans-constructor-injection>> with the `c` name