Skip to content

Commit 404ea7a

Browse files
committed
Polish Javadoc in ContextLoaderUtils
1 parent 5d04ef4 commit 404ea7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spring-test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,11 @@ static MergedContextConfiguration buildMergedContextConfiguration(Class<?> testC
406406

407407
/**
408408
* 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.
410410
*
411411
* @return the {@code @WebAppConfiguration} class or <code>null</code> if it
412412
* cannot be loaded
413+
* @since 3.2
413414
*/
414415
@SuppressWarnings("unchecked")
415416
private static Class<? extends Annotation> loadWebAppConfigurationClass() {
@@ -428,11 +429,12 @@ private static Class<? extends Annotation> loadWebAppConfigurationClass() {
428429

429430
/**
430431
* 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
432433
* in order to avoid package cycles.
433434
*
434435
* @return the {@code WebMergedContextConfiguration} or <code>null</code> if
435436
* it could not be built
437+
* @since 3.2
436438
*/
437439
@SuppressWarnings("unchecked")
438440
private static MergedContextConfiguration buildWebMergedContextConfiguration(

0 commit comments

Comments
 (0)