Re: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2019-01-03 Thread Sergey Bylokhov
+1 On 03/01/2019 07:18, Alexey Ivanov wrote: Hi Krishna, On 03/01/2019 05:40, Krishna Addepalli wrote: Hi Alexey, Thank you for the suggestion. Here is the new webrev: http://cr.openjdk.java.net/~kaddepalli/8215910/webrev01/ This version looks good to me. I'm not a reviewer though, so

Re: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2019-01-03 Thread Alexey Ivanov
On 03/01/2019 17:25, Krishna Addepalli wrote: Thank you Alexey. I understood that the second Runnable was not needed, hence I made changes. So, I believe you are endorsing webrev01 right? Right. I've replied to that mail message to make it clear. Thanks Krishna -- Regards, Alexey

Re: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2019-01-03 Thread Alexey Ivanov
Hi Krishna, On 03/01/2019 05:40, Krishna Addepalli wrote: Hi Alexey, Thank you for the suggestion. Here is the new webrev: http://cr.openjdk.java.net/~kaddepalli/8215910/webrev01/ This version looks good to me. I'm not a reviewer though, so you'll need someone else's okay too. Regards,

Re: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2019-01-03 Thread Krishna Addepalli
: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation Hi Krishna, On 31/12/2018 16:09, Alexey Ivanov wrote: > Hi Krishna, > > But the bug hasn't been fixed yet: Sorry I might have sounded rude. I didn't intend to. > - 230  * @param listener  The {@c

Re: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2019-01-03 Thread Alexey Ivanov
Hi Krishna, On 31/12/2018 16:09, Alexey Ivanov wrote: Hi Krishna, But the bug hasn't been fixed yet: Sorry I might have sounded rude. I didn't intend to. - 230  * @param listener  The {@code Runnable}Runnable whose + 230  * @param listener  The {@code Runnable}

Re: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2019-01-02 Thread Krishna Addepalli
Hi Alexey, Thank you for the suggestion. Here is the new webrev: http://cr.openjdk.java.net/~kaddepalli/8215910/webrev01/ Thanks, Krishna > On 31-Dec-2018, at 6:39 PM, Alexey Ivanov wrote: > > Hi Krishna, > > But the bug hasn't

Re: [13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2018-12-31 Thread Alexey Ivanov
Hi Krishna, But the bug hasn't been fixed yet: - 230  * @param listener  The {@code Runnable}Runnable whose + 230  * @param listener  The {@code Runnable} Runnable whose The second “Runnable” is not needed at all. Regards, Alexey On 31/12/2018 07:50, Krishna Addepalli

[13] RFR: JDK-8215910: Typo in AWT InvocationEvent Method Documentation

2018-12-30 Thread Krishna Addepalli
Hi All, Please review a trivial doc fix for JDK-8215910. Webrev: http://cr.openjdk.java.net/~kaddepalli/8215910/webrev00/ Thanks, Krishna