File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -406,10 +406,11 @@ static MergedContextConfiguration buildMergedContextConfiguration(Class<?> testC
406
406
407
407
/**
408
408
* Load the {@link org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration}
409
- * class using reflection in order to avoid package cycles.
409
+ * class, using reflection in order to avoid package cycles.
410
410
*
411
411
* @return the {@code @WebAppConfiguration} class or <code>null</code> if it
412
412
* cannot be loaded
413
+ * @since 3.2
413
414
*/
414
415
@ SuppressWarnings ("unchecked" )
415
416
private static Class <? extends Annotation > loadWebAppConfigurationClass () {
@@ -428,11 +429,12 @@ private static Class<? extends Annotation> loadWebAppConfigurationClass() {
428
429
429
430
/**
430
431
* Attempt to build a {@link org.springframework.test.context.web.WebMergedContextConfiguration
431
- * WebMergedContextConfiguration} from the supplied arguments using reflection
432
+ * WebMergedContextConfiguration} from the supplied arguments, using reflection
432
433
* in order to avoid package cycles.
433
434
*
434
435
* @return the {@code WebMergedContextConfiguration} or <code>null</code> if
435
436
* it could not be built
437
+ * @since 3.2
436
438
*/
437
439
@ SuppressWarnings ("unchecked" )
438
440
private static MergedContextConfiguration buildWebMergedContextConfiguration (
You can’t perform that action at this time.
0 commit comments