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/
Please take a look, thanks.
On Tue, Aug 21, 2012 at 6:39 PM, Anthony Petrov
<[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
>> {
>> BigObjectThatShouldNotBeSerial**izedWithAButton bigOne;
>> "
>>
>> It seems the "implements" keyword is missing. Shall I report a bug
>> for that ?
>>
>>
>> --
>> Best Regards,
>> Sean Chou
>>
>>
--
Best Regards,
Sean Chou