mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 00:39:01 +00:00
Fix typo in MessageSource reference docs
Issue: SPR-5022
This commit is contained in:
@@ -182,7 +182,7 @@ argument.required=The '{0}' argument is required.</programlisting>
|
||||
|
||||
<lineannotation><!-- this <interfacename>MessageSource</interfacename> is being used in a web application --></lineannotation>
|
||||
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
|
||||
<property name="basename" value="test-messages"/>
|
||||
<property name="basename" value="exceptions"/>
|
||||
</bean>
|
||||
|
||||
<lineannotation><!-- lets inject the above <interfacename>MessageSource</interfacename> into this POJO --></lineannotation>
|
||||
|
||||
Reference in New Issue
Block a user