You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-test/src/main/java/org/springframework/test/context/cache/DefaultCacheAwareContextLoaderDelegate.java
+31-34Lines changed: 31 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -73,40 +73,6 @@ public DefaultCacheAwareContextLoaderDelegate(ContextCache contextCache) {
73
73
this.contextCache = contextCache;
74
74
}
75
75
76
-
/**
77
-
* Get the {@link ContextCache} used by this context loader delegate.
78
-
*/
79
-
protectedContextCachegetContextCache() {
80
-
returnthis.contextCache;
81
-
}
82
-
83
-
/**
84
-
* Load the {@code ApplicationContext} for the supplied merged context configuration.
85
-
* <p>Supports both the {@link SmartContextLoader} and {@link ContextLoader} SPIs.
86
-
* @throws Exception if an error occurs while loading the application context
0 commit comments