X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fsrc%2Forg%2Fwamblee%2Fgeneral%2FBeanFactory.java;h=f93e1fef3d80ad126906cfa95ab2e61253a4a68b;hb=7095eac4e4419c55bcefb3d1dfd5be6607173bb4;hp=53f006f6af57d8707cf46a76993fd748c6802673;hpb=fb4deb496257c78d4711aab48191dd9a0678798a;p=utils diff --git a/support/src/org/wamblee/general/BeanFactory.java b/support/src/org/wamblee/general/BeanFactory.java index 53f006f6..f93e1fef 100644 --- a/support/src/org/wamblee/general/BeanFactory.java +++ b/support/src/org/wamblee/general/BeanFactory.java @@ -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. */