polishing Javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4581 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen
2011-06-19 14:07:59 +00:00
parent 2eac13ba10
commit 1bae3f8c99
3 changed files with 3 additions and 3 deletions
@@ -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
*/
@@ -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
@@ -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