Skip to content

Commit 3ecbc4d

Browse files
committed
Polishing
1 parent 81c156e commit 3ecbc4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/context/support/ReloadableResourceBundleMessageSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ protected List<PropertiesHolder> collectPropertiesToMerge(Locale locale) {
294294
/**
295295
* Merge the given properties holders into a single holder.
296296
* @param holders the list of properties holders
297-
* @return a single merged holder
297+
* @return a single merged properties holder
298298
* @since 6.1.4
299299
* @see #newProperties()
300300
* @see #getMergedProperties

spring-web/src/test/java/org/springframework/web/method/annotation/ModelFactoryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void updateModelSessionAttributesRemoved() throws Exception {
244244
}
245245

246246
@Test // SPR-12542
247-
public void updateModelWhenRedirecting() throws Exception {
247+
void updateModelWhenRedirecting() throws Exception {
248248
String attributeName = "sessionAttr";
249249
String attribute = "value";
250250
ModelAndViewContainer container = new ModelAndViewContainer();

0 commit comments

Comments
 (0)