RFR[8231719 ]: Correct contradictions in timeout range descriptions

2019-10-11 Thread Patrick Concannon
Hi, Could someone please review my fix and CSR for JDK-8231719 'Correct contradictions in timeout range descriptions' ? The fix changes the wording of the API spec to remove the contradiction in the valid range for timeout values. webrev

Re: RFR[8231719 ]: Correct contradictions in timeout range descriptions

2019-10-11 Thread Chris Hegarty
> On 11 Oct 2019, at 11:54, Patrick Concannon > wrote: > > ... > > webrev: http://cr.openjdk.java.net/~pconcannon/8231719/webrevs/webrev.03/ > > CSR: https://bugs.openjdk.java.net/browse/JDK-8232166 > Looks good to me Patrick. I’ve added myself as reviewer on the CSR. -Chris.