Polishing
This commit is contained in:
parent
81c156eefb
commit
3ecbc4de13
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue