Polishing

This commit is contained in:
Juergen Hoeller
2014-01-23 20:59:53 +01:00
parent 86fc2dd556
commit 42db41e007
5 changed files with 34 additions and 33 deletions

View File

@@ -59,8 +59,8 @@ public abstract class SpringFactoriesLoader {
/**
* Loads the factory implementations of the given type from the default location, using
* the given class loader.
* Load the factory implementations of the given type from the default location,
* using the given class loader.
* <p>The returned factories are ordered in accordance with the {@link OrderComparator}.
* @param factoryClass the interface or abstract class representing the factory
* @param classLoader the ClassLoader to use for loading (can be {@code null} to use the default)