Re: RFR: 8200888: typo in name of exception in @throws

2018-04-04 Thread Jonathan Gibbons
Thanks, Joe, The use of @exception is pervasive in this file, so I think consistency wins over localized stylistic changes. But yes, maybe we should do more global updates at some point. -- Jon On 04/04/2018 05:24 PM, Joseph D. Darcy wrote: Looks fine; even better if @exception is replaced

Re: RFR: 8200888: typo in name of exception in @throws

2018-04-04 Thread Joseph D. Darcy
Looks fine; even better if @exception is replaced with @throws :-) -Joe On 4/4/2018 5:21 PM, Jonathan Gibbons wrote: Please review this tiny fix to a typo in the name of an exception in @throws: No webrev; here's the change: NullPointerExcpetion -> NullPointerException diff -r 3930c4d4f805

Re: RFR: 8200888: typo in name of exception in @throws

2018-04-04 Thread Brian Burkhalter
+1 Brian On Apr 4, 2018, at 5:21 PM, Jonathan Gibbons wrote: > Please review this tiny fix to a typo in the name of an exception in @throws: > > […] > > JBS: https://bugs.openjdk.java.net/browse/JDK-8200888

RFR: 8200888: typo in name of exception in @throws

2018-04-04 Thread Jonathan Gibbons
Please review this tiny fix to a typo in the name of an exception in @throws: No webrev; here's the change: NullPointerExcpetion -> NullPointerException diff -r 3930c4d4f805 src/java.base/share/classes/java/text/ChoiceFormat.java --- a/src/java.base/share/classes/java/text/ChoiceFormat.java We