Hi Sean,
The change has been pushed to
http://hg.openjdk.java.net/jdk8/awt/jdk/rev/d769dbb87c49.
Pls verify
Thanks & regards
Jonathan
On 08/22/2012 05:28 PM, Sean Chou wrote:
Hello,
One of the code example in javadoc of Component class misses
'implements' keyword, this is to add the word.
Bug is at: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7193169
Webrev is at: http://cr.openjdk.java.net/~zhouyx/7193169/webrev.00/
<http://cr.openjdk.java.net/%7Ezhouyx/7193169/webrev.00/>
Please take a look, thanks.
On Tue, Aug 21, 2012 at 6:39 PM, Anthony Petrov
<[email protected] <mailto:[email protected]>> wrote:
Sure! Thanks.
--
best regards,
Anthony
On 8/21/2012 1:43 PM, Sean Chou wrote:
Hello,
I was reading the javadoc comments in Component.java and
found this piece of code example:
"
class MyApp java.io.Serializable
{
BigObjectThatShouldNotBeSerializedWithAButton bigOne;
"
It seems the "implements" keyword is missing. Shall I
report a bug for that ?
--
Best Regards,
Sean Chou
--
Best Regards,
Sean Chou