From 0824746255ec0a2d43efc07e1659d897eff261d1 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 9 Sep 2012 21:55:59 +0200 Subject: [PATCH] Update Javadoc in ExtendedBeanInfo - updated the link to the "indexed properties" section of the JavaBeans tutorial --- .../java/org/springframework/beans/ExtendedBeanInfo.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java b/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java index 8d0fcf99c0..01d812a874 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java @@ -45,7 +45,7 @@ import org.springframework.util.StringUtils; * {@link Introspector#getBeanInfo(Class)}) by including non-void returning setter * methods in the collection of {@link #getPropertyDescriptors() property descriptors}. * Both regular and - * + * * indexed properties are fully supported. * *

The wrapped {@code BeanInfo} object is not modified in any way. @@ -371,7 +371,8 @@ class ExtendedBeanInfo implements BeanInfo { /** - * Sorts PropertyDescriptor instances alphanumerically to emulate the behavior of {@link java.beans.BeanInfo#getPropertyDescriptors()}. + * Sorts PropertyDescriptor instances alpha-numerically to emulate the behavior of + * {@link java.beans.BeanInfo#getPropertyDescriptors()}. * * @see ExtendedBeanInfo#propertyDescriptors */