X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fsrc%2Forg%2Fwamblee%2Fgeneral%2FBeanFactory.java;h=f93e1fef3d80ad126906cfa95ab2e61253a4a68b;hb=7d9422423b0e0085f761d080ad8a3a494b90f3b2;hp=53f006f6af57d8707cf46a76993fd748c6802673;hpb=caa126385642ffc57478e928ab871bc09c53e993;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. */