On 8/13/20 5:00 AM, Daniel Fuchs wrote:
Hi,
Please find below a doc-only fix for:
8251160: Fix "no comment" warnings in java.logging
https://bugs.openjdk.java.net/browse/JDK-8251160
CSR: https://bugs.openjdk.java.net/browse/JDK-8251534
webrev:
http://cr.openjdk.java.net/~dfuchs/webrev_8251160/webrev.00/
Level
The javadoc for readResolve seems internal implementation details. Would
it be sufficient to say:
“Returns a {@code Level} instance with the same {@code name},
{@code value}, and {@code resourceBundleName} as the deserialized
object"
LogRecord
+ * See {@code writeObject} for a description of the serial form.
This can use @see instead.
Mandy