From 2afe5802c0debc1c60e49b3379c55148a78ab2c2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 24 Feb 2020 19:08:13 +0100 Subject: [PATCH] Clarify setCacheMillis/setCacheSeconds vs java.util.ResourceBundle Closes gh-24563 --- .../support/AbstractResourceBasedMessageSource.java | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/spring-context/src/main/java/org/springframework/context/support/AbstractResourceBasedMessageSource.java b/spring-context/src/main/java/org/springframework/context/support/AbstractResourceBasedMessageSource.java index ee0eb6cde85..da969bf98a2 100644 --- a/spring-context/src/main/java/org/springframework/context/support/AbstractResourceBasedMessageSource.java +++ b/spring-context/src/main/java/org/springframework/context/support/AbstractResourceBasedMessageSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2019 the original author or authors. + * Copyright 2002-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -200,8 +200,9 @@ public abstract class AbstractResourceBasedMessageSource extends AbstractMessage /** * Set the number of seconds to cache loaded properties files. *