# HG changeset patch
# User jjg
# Date 1502318390 25200
# Node ID cfb94413b9a4ff6c33f7ad07a5eda6d1229f5521
# Parent 84ff3481cdb71b09852b0988f3e1dd7c29ff0ab4
8185984: fix a11y and html issues in java.logging module
Reviewed-by: dfuchs, mchung
diff -r 84ff3481cdb7 -r cfb94413b9a4 jdk/src/java.logging/share/classes/java/util/logging/LogManager.java
--- a/jdk/src/java.logging/share/classes/java/util/logging/LogManager.java Tue Aug 08 22:53:38 2017 +0000
+++ b/jdk/src/java.logging/share/classes/java/util/logging/LogManager.java Wed Aug 09 15:39:50 2017 -0700
@@ -1887,13 +1887,17 @@
* The registered {@linkplain #addConfigurationListener configuration
* listeners} will be invoked after the configuration is successfully updated.
*
- *
Property | - *Resulting Behavior | + *Property | + *Resulting Behavior | *
---|---|---|---|
{@code |
+ * {@code |
*
*
|
* |
{@code |
+ * {@code |
*
*
|
* |
{@code |
+ * {@code |
*
*
|
* |
{@code |
+ * {@code |
*
*
|
* |
{@code config} and any other property | + *{@code config} and any other property | *
*
|
*
* Example mapper functions: diff -r 84ff3481cdb7 -r cfb94413b9a4 jdk/src/java.logging/share/classes/java/util/logging/Logger.java --- a/jdk/src/java.logging/share/classes/java/util/logging/Logger.java Tue Aug 08 22:53:38 2017 +0000 +++ b/jdk/src/java.logging/share/classes/java/util/logging/Logger.java Wed Aug 09 15:39:50 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -1497,7 +1497,7 @@ * The {@code msg} string is localized using the given resource bundle. * If the resource bundle is {@code null}, then the {@code msg} string is not * localized. - *
+ * * @param level One of the message level identifiers, e.g., {@code SEVERE} * @param bundle Resource bundle to localize {@code msg}; * can be {@code null}. @@ -1614,7 +1614,7 @@ * processed specially by output {@code Formatter} objects and is not treated * as a formatting parameter to the {@code LogRecord} {@code message} * property. - *
+ * * @param level One of the message level identifiers, e.g., {@code SEVERE} * @param bundle Resource bundle to localize {@code msg}; * can be {@code null}. diff -r 84ff3481cdb7 -r cfb94413b9a4 jdk/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java --- a/jdk/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java Tue Aug 08 22:53:38 2017 +0000 +++ b/jdk/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java Wed Aug 09 15:39:50 2017 -0700 @@ -41,7 +41,7 @@ * The {@code SimpleFormatter} is initialized with the * format string * specified in the {@code java.util.logging.SimpleFormatter.format} - * property to {@linkplain #format format} the log messages. + * property to {@linkplain #format(LogRecord) format} the log messages. * This property can be defined * in the {@linkplain LogManager#getProperty logging properties} * configuration file