X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=trunk%2Fsupport%2Fsrc%2Forg%2Fwamblee%2Fgeneral%2FSpringBeanFactory.java;h=eda621102c2dbfccbc950b5bcc523b4358d11059;hb=61a941c92d494722449109b9a18121b2484e667b;hp=05a421e80794ea56b779b4073a7f2617f7abe83a;hpb=f0a6bf5438de940fb017e53d90b8b3f939a0893e;p=utils diff --git a/trunk/support/src/org/wamblee/general/SpringBeanFactory.java b/trunk/support/src/org/wamblee/general/SpringBeanFactory.java index 05a421e8..eda62110 100644 --- a/trunk/support/src/org/wamblee/general/SpringBeanFactory.java +++ b/trunk/support/src/org/wamblee/general/SpringBeanFactory.java @@ -27,6 +27,10 @@ public class SpringBeanFactory implements BeanFactory { private String _factoryName; + /** + * Constructs the bean factory. + * @param aFactoryName Spring bean factory to use. + */ public SpringBeanFactory(String aFactoryName) { _factoryName = aFactoryName; }