Re: Code review request to fix awt javadoc build warnings in JDK 7

2009-08-28 Thread Joseph D. Darcy
Anthony Petrov wrote: Hi Joe, The patch looks great. Thanks for fixing that. Approved. -- best regards, Anthony On 8/28/2009 12:46 AM Joseph D. Darcy wrote: I pushed the fix for 6877122 "Many javadoc warnings from java.awt.Window, other awt classes" into TL: http://hg.openjdk.java.net/jdk7

hg: jdk7/awt/jdk: 6689468: test/closed/java/awt/Component/VisibleHwInLwContTest/VisibleHwInLwContTest.html fails

2009-08-28 Thread anthony . petrov
Changeset: d5ac8fb96d13 Author:anthony Date: 2009-08-28 19:34 +0400 URL: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/d5ac8fb96d13 6689468: test/closed/java/awt/Component/VisibleHwInLwContTest/VisibleHwInLwContTest.html fails Summary: The addNotify() checks whether the component is

Re: Code review request to fix awt javadoc build warnings in JDK 7

2009-08-28 Thread Anthony Petrov
Hi Joe, The patch looks great. Thanks for fixing that. Approved. -- best regards, Anthony On 8/28/2009 12:46 AM Joseph D. Darcy wrote: Greetings. While doing some other documentation work, I noticed there were dozens of javadoc build warnings coming out of java.awt.*. I'm submitting the pa