diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/support/AbstractGenericContextLoader.java b/org.springframework.test/src/main/java/org/springframework/test/context/support/AbstractGenericContextLoader.java index a7e0d9ca03..35fdd6a3fe 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/context/support/AbstractGenericContextLoader.java +++ b/org.springframework.test/src/main/java/org/springframework/test/context/support/AbstractGenericContextLoader.java @@ -148,7 +148,7 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader * and override this method to provide a custom strategy for loading or * registering bean definitions. * @param context the context into which the bean definitions should be loaded - * @param mergedConfig TODO Document parameters. + * @param mergedConfig TODO Document mergedConfig parameter. * @since 3.1 * @see #loadContext */ diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericPropertiesContextLoader.java b/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericPropertiesContextLoader.java index 67b0ec8561..94057c61f5 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericPropertiesContextLoader.java +++ b/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericPropertiesContextLoader.java @@ -23,7 +23,7 @@ import org.springframework.beans.factory.support.PropertiesBeanDefinitionReader; import org.springframework.context.support.GenericApplicationContext; /** - * Concrete implementation of {@link AbstractGenericContextLoader} which reads + * Concrete implementation of {@link AbstractGenericContextLoader} that reads * bean definitions from Java {@link Properties} resources. * * @author Sam Brannen diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericXmlContextLoader.java b/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericXmlContextLoader.java index a850abc254..8e066f32c0 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericXmlContextLoader.java +++ b/org.springframework.test/src/main/java/org/springframework/test/context/support/GenericXmlContextLoader.java @@ -21,7 +21,7 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader; import org.springframework.context.support.GenericApplicationContext; /** - * Concrete implementation of {@link AbstractGenericContextLoader} which reads + * Concrete implementation of {@link AbstractGenericContextLoader} that reads * bean definitions from XML resources. * * @author Sam Brannen