Re: JDK 9 RFR(xs): 8180128: small errors in String javadoc

2017-05-10 Thread Brian Burkhalter
+1 The missing space after the ‘c’ was hard to “see.” Brian On May 10, 2017, at 3:04 PM, Lance Andersen wrote: > Looks fine Stuart >> On May 10, 2017, at 6:02 PM, Stuart Marks wrote: >> >> Hi all, >> >> Please review a couple really small fixes to the String javadoc. >> >> 1) The String(by

Re: JDK 9 RFR(xs): 8180128: small errors in String javadoc

2017-05-10 Thread Lance Andersen
Looks fine Stuart > On May 10, 2017, at 6:02 PM, Stuart Marks wrote: > > Hi all, > > Please review a couple really small fixes to the String javadoc. > > 1) The String(byte[], int, int, int) constructor refers to converting bytes > to chars as specified "in the method above" except that the me

JDK 9 RFR(xs): 8180128: small errors in String javadoc

2017-05-10 Thread Stuart Marks
Hi all, Please review a couple really small fixes to the String javadoc. 1) The String(byte[], int, int, int) constructor refers to converting bytes to chars as specified "in the method above" except that the method "above" has never converted bytes to chars as far as I can see. It really shou