Artem,
Yes, there are warnings about it, in the same report as those trademark
warnings in
http://rehudson.us.oracle.com:8080/hudson/job/christine/lastSuccessfulBuild/artifact/client-doclint-html/javax_swing-accessibility.txt
/tmp/workspace/christine-2-solaris-i586/jdk8-awt/382/jdk/src/share/classes/javax/swing/BoxLayout.java:39:
warning: attribute obsolete, use CSS instead: ALIGN
* <TABLE ALIGN="RIGHT" BORDER="0" SUMMARY="layout">
^
/tmp/workspace/christine-2-solaris-i586/jdk8-awt/382/jdk/src/share/classes/javax/swing/BoxLayout.java:42:
warning: attribute obsolete, use CSS instead: ALIGN
* <P ALIGN="CENTER"><IMG SRC="doc-files/BoxLayout-1.gif"
^
When I saw them, I fixed them together. But then realized there are more
warnings like this in other files, which should be done in another CR
and another push.
So I focus on trademark warnings but keep BoxLayout.java fix.
Thanks for reviewing.
Christine
Artem Ananiev wrote:
Hi, Christine,
trademark changes look fine.
What's wrong with the table in BoxLayout.java? Were there any warnings
reported about it?
Thanks,
Artem
On 10/5/2013 4:08 AM, [email protected] wrote:
Hi,
Please review a fix for
https://bugs.openjdk.java.net/browse/JDK-8025840
Fix all the doclint warnings about trademark
webrev: http://cr.openjdk.java.net/~cl/8025840/webrev.00/
Thanks
Christine