From cc376ac5edeb970ebc7faf3e4534269c153fec4a 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 d9b09d50cf95..d378dc003bf5 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-2018 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. @@ -160,8 +160,9 @@ protected boolean isFallbackToSystemLocale() { /** * Set the number of seconds to cache loaded properties files. *