mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Use new ConcurrentLruCache#clear() method in TestContextAnnotationUtils
This commit is contained in:
+1
@@ -386,6 +386,7 @@ public abstract class TestContextAnnotationUtils {
|
||||
}
|
||||
|
||||
static void clearCaches() {
|
||||
cachedEnclosingConfigurationModes.clear();
|
||||
defaultEnclosingConfigurationMode = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user