Re: Java 8 RFR: 8019862: Fix doclint errors in java.lang.*.

2013-07-03 Thread Brian Burkhalter
All right, I update the patch at the same location with the first of the proposed corrections. Thanks, Brian On Jul 3, 2013, at 4:59 PM, Joe Darcy wrote: > However, I would recommend the first of these. > > Otherwise, the change looks good to go back. > > -Joe > >> >> Brian >> >> On Jul 3

Re: Java 8 RFR: 8019862: Fix doclint errors in java.lang.*.

2013-07-03 Thread Joe Darcy
On 07/03/2013 04:40 PM, Brian Burkhalter wrote: OK, this is ready to go now. This error src/share/classes/java/lang/ThreadLocal.java:139: warning: no @param for public static ThreadLocal withInitial(Supplier supplier) { ^ Note: src/share/classes/jav

Re: Java 8 RFR: 8019862: Fix doclint errors in java.lang.*.

2013-07-03 Thread Brian Burkhalter
OK, this is ready to go now. This error src/share/classes/java/lang/ThreadLocal.java:139: warning: no @param for public static ThreadLocal withInitial(Supplier supplier) { ^ Note: src/share/classes/java/lang/Boolean.java uses unchecked or unsafe operat

Re: Java 8 RFR: 8019862: Fix doclint errors in java.lang.*.

2013-07-03 Thread Brian Burkhalter
Oops - hold off on this one pending a correction. Thanks, Brian On Jul 3, 2013, at 3:21 PM, Brian Burkhalter wrote: > Reviewers: > > For this issue > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8019862 (should be public > "soon"). > > here is the proposed update > > http://cr.open

Java 8 RFR: 8019862: Fix doclint errors in java.lang.*.

2013-07-03 Thread Brian Burkhalter
Reviewers: For this issue http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8019862 (should be public "soon"). here is the proposed update http://cr.openjdk.java.net/~bpb/8019862/ Thanks, Brian