Merge pull request #514 from bijukunjummen/cpdocfix

* cpdocfix:
  Minor doc fix to sample for @ConstructorProperties
master
Stephane Nicoll 11 years ago
commit 49e3c2a0c7
  1. 2
      src/asciidoc/index.adoc

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

Loading…
Cancel
Save