We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc243b5 commit 71443efCopy full SHA for 71443ef
spring-framework-reference/src/beans-context-additional.xml
@@ -182,7 +182,7 @@ argument.required=The '{0}' argument is required.</programlisting>
182
183
<lineannotation><!-- this <interfacename>MessageSource</interfacename> is being used in a web application --></lineannotation>
184
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
185
- <property name="basename" value="test-messages"/>
+ <property name="basename" value="exceptions"/>
186
</bean>
187
188
<lineannotation><!-- lets inject the above <interfacename>MessageSource</interfacename> into this POJO --></lineannotation>
0 commit comments