Hi,

Please find below a doc-only fix for:

8211960: broken links in java.util.logging
https://bugs.openjdk.java.net/browse/JDK-8211960

webrev:
http://cr.openjdk.java.net/~dfuchs/webrev_8211960/webrev.00/index.html

The original link was intended to refer to java.util.Formatter#syntax,
which is in another module (and no longer in the parent directory).

Rather than try to navigate the class/module hierarchy to link to
that same anchor, this patch proposes to link to
String#format instead, which has all the appropriate information
and which is what the implementation is specified to use anyway.

best regards,

-- daniel

Reply via email to