mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Attempt to fix failing CI builds
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ public abstract class TestContextAnnotationUtils {
|
||||
private static final ConcurrentLruCache<Class<?>, EnclosingConfiguration> cachedEnclosingConfigurationModes =
|
||||
new ConcurrentLruCache<>(32, TestContextAnnotationUtils::lookUpEnclosingConfiguration);
|
||||
|
||||
private static EnclosingConfiguration defaultEnclosingConfigurationMode;
|
||||
private static volatile EnclosingConfiguration defaultEnclosingConfigurationMode;
|
||||
|
||||
/**
|
||||
* Find the first annotation of the specified {@code annotationType} within
|
||||
|
||||
Reference in New Issue
Block a user