File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
org.springframework.beans/src/main/java/org/springframework/beans Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 45
45
* {@link Introspector#getBeanInfo(Class)}) by including non-void returning setter
46
46
* methods in the collection of {@link #getPropertyDescriptors() property descriptors}.
47
47
* Both regular and
48
- * <a href="http://download .oracle.com/javase/tutorial/javabeans/properties/indexed .html">
48
+ * <a href="http://docs .oracle.com/javase/tutorial/javabeans/writing/properties .html">
49
49
* indexed properties</a> are fully supported.
50
50
*
51
51
* <p>The wrapped {@code BeanInfo} object is not modified in any way.
@@ -371,7 +371,8 @@ public PropertyDescriptor[] getPropertyDescriptors() {
371
371
372
372
373
373
/**
374
- * Sorts PropertyDescriptor instances alphanumerically to emulate the behavior of {@link java.beans.BeanInfo#getPropertyDescriptors()}.
374
+ * Sorts PropertyDescriptor instances alpha-numerically to emulate the behavior of
375
+ * {@link java.beans.BeanInfo#getPropertyDescriptors()}.
375
376
*
376
377
* @see ExtendedBeanInfo#propertyDescriptors
377
378
*/
You can’t perform that action at this time.
0 commit comments