mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8255214: Unsupported 'valign' attribute for 'th' tag used in j.u.l.LogManager
Reviewed-by: mchung, dfuchs
This commit is contained in:
parent
d3c43c2816
commit
867a484df1
1 changed files with 5 additions and 5 deletions
|
@ -1920,7 +1920,7 @@ public class LogManager {
|
||||||
* </thead>
|
* </thead>
|
||||||
* <tbody>
|
* <tbody>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <th scope="row" valign="top">{@code <logger>.level}</th>
|
* <th scope="row" style="vertical-align:top">{@code <logger>.level}</th>
|
||||||
* <td>
|
* <td>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>If the resulting configuration defines a level for a logger and
|
* <li>If the resulting configuration defines a level for a logger and
|
||||||
|
@ -1941,7 +1941,7 @@ public class LogManager {
|
||||||
* </ul>
|
* </ul>
|
||||||
* </td>
|
* </td>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <th scope="row" valign="top">{@code <logger>.useParentHandlers}</th>
|
* <th scope="row" style="vertical-align:top">{@code <logger>.useParentHandlers}</th>
|
||||||
* <td>
|
* <td>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>If either the resulting or the old value for the useParentHandlers
|
* <li>If either the resulting or the old value for the useParentHandlers
|
||||||
|
@ -1955,7 +1955,7 @@ public class LogManager {
|
||||||
* </td>
|
* </td>
|
||||||
* </tr>
|
* </tr>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <th scope="row" valign="top">{@code <logger>.handlers}</th>
|
* <th scope="row" style="vertical-align:top">{@code <logger>.handlers}</th>
|
||||||
* <td>
|
* <td>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>If the resulting configuration defines a list of handlers for a
|
* <li>If the resulting configuration defines a list of handlers for a
|
||||||
|
@ -1979,7 +1979,7 @@ public class LogManager {
|
||||||
* </td>
|
* </td>
|
||||||
* </tr>
|
* </tr>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <th scope="row" valign="top">{@code <handler-name>.*}</th>
|
* <th scope="row" style="vertical-align:top">{@code <handler-name>.*}</th>
|
||||||
* <td>
|
* <td>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Properties configured/changed on handler classes will only affect
|
* <li>Properties configured/changed on handler classes will only affect
|
||||||
|
@ -1991,7 +1991,7 @@ public class LogManager {
|
||||||
* </td>
|
* </td>
|
||||||
* </tr>
|
* </tr>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <th scope="row" valign="top">{@code config} and any other property</th>
|
* <th scope="row" style="vertical-align:top">{@code config} and any other property</th>
|
||||||
* <td>
|
* <td>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>The resulting value for these property will be stored in the
|
* <li>The resulting value for these property will be stored in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue