Minor doc fix to sample for @ConstructorProperties

This commit is contained in:
Biju Kunjummen 2014-04-14 22:32:12 -04:00 committed by Stephane Nicoll
parent 9a59292603
commit 973780efd5
1 changed files with 1 additions and 1 deletions

View File

@ -1867,7 +1867,7 @@ You can also use the constructor parameter name for value disambiguation:
----
<bean id="exampleBean" class="examples.ExampleBean">
<constructor-arg name="years" value="7500000"/>
<constructor-arg name="ultimateanswer" value="42"/>
<constructor-arg name="ultimateAnswer" value="42"/>
</bean>
----