RE: Java 8 RFR 8019857: Fix doclint errors in java.util.Format*

2013-07-03 Thread Iris Clark
Looks good to me. iris -Original Message- From: Brian Burkhalter Sent: Wednesday, July 03, 2013 1:02 PM To: Java Core Libs Subject: Java 8 RFR 8019857: Fix doclint errors in java.util.Format* Reviewers: For this issue http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8019857 (should

Re: Java 8 RFR 8019857: Fix doclint errors in java.util.Format*

2013-07-03 Thread Joe Darcy
Hi Brian, Looks good; approved to go back. The enum BigDecimalLayoutForm seems to have escaped notice previously; since the comments being added are "obvious", I don't think a ccc request is necessary. Thanks for fixing these, -Joe On 07/03/2013 01:01 PM, Brian Burkhalter wrote: Reviewers:

Java 8 RFR 8019857: Fix doclint errors in java.util.Format*

2013-07-03 Thread Brian Burkhalter
Reviewers: For this issue http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8019857 (should be public "soon"). here is the proposed update http://cr.openjdk.java.net/~bpb/8019857/ Note that the diff starting at line 2593 is to correct a warning, not an error, and would require a CCC request