See gh-13963
This commit is contained in:
Johnny Lim
2018-08-01 17:41:15 +09:00
committed by Stephane Nicoll
parent 4e45f36bd1
commit 94468e5865
4 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.cache.ehcache.EhCacheCacheManager;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link CacheAutoConfigurationTests} with EhCache 2.
* Tests for {@link CacheAutoConfiguration} with EhCache 2.
*
* @author Stephane Nicoll
* @author Andy Wilkinson

View File

@@ -30,7 +30,7 @@ import org.springframework.core.io.Resource;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link CacheAutoConfigurationTests} with EhCache 3.
* Tests for {@link CacheAutoConfiguration} with EhCache 3.
*
* @author Stephane Nicoll
* @author Andy Wilkinson