OK, this is ready to go now.

This error

src/share/classes/java/lang/ThreadLocal.java:139: warning: no @param for <T>
    public static <T> ThreadLocal<T> withInitial(Supplier<? extends T> 
supplier) {
                                     ^
Note: src/share/classes/java/lang/Boolean.java uses unchecked or unsafe 
operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning

is still reported but I don't see the problem so perhaps it's a bug in the 
doclint option?

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.openjdk.java.net/~bpb/8019862/
> 
> Thanks,
> 
> Brian

Reply via email to