Polish Javadoc for ExtendedBeanInfoFactory

This commit is contained in:
Sam Brannen 2012-09-09 21:47:02 +02:00
parent 5bcf68e25a
commit 3925f6a428
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ExtendedBeanInfoFactory implements Ordered, BeanInfoFactory {
/**
* Return whether the given bean class declares or inherits any non-void returning
* JavaBeans setter methods.
* JavaBeans or <em>indexed</em> setter methods.
*/
public boolean supports(Class<?> beanClass) {
for (Method method : beanClass.getMethods()) {