Polishing

This commit is contained in:
Juergen Hoeller 2024-02-06 17:57:47 +01:00
parent 81c156eefb
commit 3ecbc4de13
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ public class ReloadableResourceBundleMessageSource extends AbstractResourceBased
/** /**
* Merge the given properties holders into a single holder. * Merge the given properties holders into a single holder.
* @param holders the list of properties holders * @param holders the list of properties holders
* @return a single merged holder * @return a single merged properties holder
* @since 6.1.4 * @since 6.1.4
* @see #newProperties() * @see #newProperties()
* @see #getMergedProperties * @see #getMergedProperties

View File

@ -244,7 +244,7 @@ class ModelFactoryTests {
} }
@Test // SPR-12542 @Test // SPR-12542
public void updateModelWhenRedirecting() throws Exception { void updateModelWhenRedirecting() throws Exception {
String attributeName = "sessionAttr"; String attributeName = "sessionAttr";
String attribute = "value"; String attribute = "value";
ModelAndViewContainer container = new ModelAndViewContainer(); ModelAndViewContainer container = new ModelAndViewContainer();