(no commit message)
[utils] / support / src / org / wamblee / general / BeanFactory.java
index 53f006f6af57d8707cf46a76993fd748c6802673..f93e1fef3d80ad126906cfa95ab2e61253a4a68b 100644 (file)
@@ -34,7 +34,7 @@ public interface BeanFactory {
      * class for retrieving an implementation of that class. This 
      * means that the bean implementing the class is configured in the bean factory
      * with id equal to the class name of the interface.  
-     * @param aClass
+     * @param aClass Class of the object to find. 
      * @return Object (always non-null).
      * @throws BeanFactoryException In case the object could not be found. 
      */