Skip to content

Commit 9c223c1

Browse files
committed
Fix broken link to JavaBean customization tutorial
Issue: SPR-9408
1 parent 19aceeb commit 9c223c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/docbook/validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ Float salary = (Float) company.getPropertyValue("managingDirector.salary");]]></
603603
<para>Note that you can also use the standard
604604
<interfacename>BeanInfo</interfacename> JavaBeans mechanism here as well
605605
(described <ulink
606-
url="http://java.sun.com/docs/books/tutorial/javabeans/customization/index.html"
606+
url="http://docs.oracle.com/javase/tutorial/javabeans/advanced/customization.html"
607607
>in not-amazing-detail here</ulink>). Find below an example of using the
608608
<interfacename>BeanInfo</interfacename> mechanism for explicitly
609609
registering one or more <interfacename>PropertyEditor</interfacename>

0 commit comments

Comments
 (0)