Browse Source

Fix typo in MessageSource reference docs

Issue: SPR-5022
pull/97/merge
Chris Beams 14 years ago
parent
commit
de04d9c654
  1. 2
      src/reference/docbook/beans-context-additional.xml

2
src/reference/docbook/beans-context-additional.xml

@ -183,7 +183,7 @@ argument.required=The '{0}' argument is required.</programlisting> @@ -183,7 +183,7 @@ argument.required=The '{0}' argument is required.</programlisting>
<lineannotation>&lt;!-- this <interfacename>MessageSource</interfacename> is being used in a web application --&gt;</lineannotation>
&lt;bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource"&gt;
&lt;property name="basename" value="test-messages"/&gt;
&lt;property name="basename" value="exceptions"/&gt;
&lt;/bean&gt;
<lineannotation>&lt;!-- lets inject the above <interfacename>MessageSource</interfacename> into this POJO --&gt;</lineannotation>

Loading…
Cancel
Save