Skip to content

Commit 71443ef

Browse files
committed
Fix typo in MessageSource reference docs
Issue: SPR-5022
1 parent bc243b5 commit 71443ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-framework-reference/src/beans-context-additional.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ argument.required=The '{0}' argument is required.</programlisting>
182182

183183
<lineannotation>&lt;!-- this <interfacename>MessageSource</interfacename> is being used in a web application --&gt;</lineannotation>
184184
&lt;bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource"&gt;
185-
&lt;property name="basename" value="test-messages"/&gt;
185+
&lt;property name="basename" value="exceptions"/&gt;
186186
&lt;/bean&gt;
187187

188188
<lineannotation>&lt;!-- lets inject the above <interfacename>MessageSource</interfacename> into this POJO --&gt;</lineannotation>

0 commit comments

Comments
 (0)