From 404ea7adcf8fa06d5ee7c69c7a6ac717e07674cd Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 28 Oct 2012 19:15:10 +0100 Subject: [PATCH] Polish Javadoc in ContextLoaderUtils --- .../springframework/test/context/ContextLoaderUtils.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java b/spring-test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java index f9c8ef7dba..f8ce39e0fa 100644 --- a/spring-test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java +++ b/spring-test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java @@ -406,10 +406,11 @@ abstract class ContextLoaderUtils { /** * Load the {@link org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration} - * class using reflection in order to avoid package cycles. + * class, using reflection in order to avoid package cycles. * * @return the {@code @WebAppConfiguration} class or null if it * cannot be loaded + * @since 3.2 */ @SuppressWarnings("unchecked") private static Class loadWebAppConfigurationClass() { @@ -428,11 +429,12 @@ abstract class ContextLoaderUtils { /** * Attempt to build a {@link org.springframework.test.context.web.WebMergedContextConfiguration - * WebMergedContextConfiguration} from the supplied arguments using reflection + * WebMergedContextConfiguration} from the supplied arguments, using reflection * in order to avoid package cycles. * * @return the {@code WebMergedContextConfiguration} or null if * it could not be built + * @since 3.2 */ @SuppressWarnings("unchecked") private static MergedContextConfiguration buildWebMergedContextConfiguration(