Re: RFR [15] 8247115: Fix typos in java.lang.invoke and java.lang

2020-06-09 Thread Mandy Chung
Looks good. Mandy On 6/9/20 3:42 AM, Pavel Rappo wrote: Hello, Please review the change for https://bugs.openjdk.java.net/browse/JDK-8247115 http://cr.openjdk.java.net/~prappo/8247115/webrev.00/ The patch fixes 11 typos in doc comments and 2 typos in code. The typos in code are in except

Re: RFR [15] 8247115: Fix typos in java.lang.invoke and java.lang

2020-06-09 Thread Pavel Rappo
Thanks, Lance. Testing tiers 1, 2, and 3 has shown no errors. If anyone else wants to chime in, please do so within the next couple of hours. -Pavel > On 9 Jun 2020, at 13:36, Lance Andersen wrote: > > Hi Pavel, > > The changes look good > > Best > Lance > >> On Jun 9, 2020, at 6:42 AM, Pa

Re: RFR [15] 8247115: Fix typos in java.lang.invoke and java.lang

2020-06-09 Thread Lance Andersen
Hi Pavel, The changes look good Best Lance > On Jun 9, 2020, at 6:42 AM, Pavel Rappo wrote: > > Hello, > > Please review the change for https://bugs.openjdk.java.net/browse/JDK-8247115 > > http://cr.openjdk.java.net/~prappo/8247115/webrev.00/ > > The patch fixes 11 typos in doc comments an

RFR [15] 8247115: Fix typos in java.lang.invoke and java.lang

2020-06-09 Thread Pavel Rappo
Hello, Please review the change for https://bugs.openjdk.java.net/browse/JDK-8247115 http://cr.openjdk.java.net/~prappo/8247115/webrev.00/ The patch fixes 11 typos in doc comments and 2 typos in code. The typos in code are in exception messages. Testing results are pending. -Pavel