Fix warning wording.

This commit is contained in:
Olga Maciaszek-Sharma
2020-02-04 16:32:30 +01:00
parent 47a810606d
commit 22efb79776

View File

@@ -82,7 +82,7 @@ public class LoadBalancerCacheAutoConfiguration {
void logWarning() {
if (LOG.isWarnEnabled()) {
LOG.warn(
"Spring Cloud LoadBalancer is currently working with default default cache. "
"Spring Cloud LoadBalancer is currently working with the default cache. "
+ "You can switch to using Caffeine cache, by adding it to the classpath.");
}
}