Generated by
JDiff

Class org.springframework.context.support.ResourceBundleMessageSource

The superclass changed from org.springframework.context.support.AbstractMessageSource to org.springframework.context.support.AbstractResourceBasedMessageSource.

Changed Methods
void setBasename(String) Method was locally defined, but is now inherited from AbstractResourceBasedMessageSource. Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes.
void setBasenames(String[]) Method was locally defined, but is now inherited from AbstractResourceBasedMessageSource. Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes.
void setCacheSeconds(int) Method was locally defined, but is now inherited from AbstractResourceBasedMessageSource. Set the number of seconds to cache loaded properties files.
void setDefaultEncoding(String) Method was locally defined, but is now inherited from AbstractResourceBasedMessageSource. Set the default charset to use for parsing properties files.
void setFallbackToSystemLocale(boolean) Method was locally defined, but is now inherited from AbstractResourceBasedMessageSource. Set whether to fall back to the system Locale if no files for a specific Locale have been found.