@@ -1920,7 +1920,7 @@ public void updateConfiguration(Function<String, BiFunction<String,String,String
1920
1920
* </thead>
1921
1921
* <tbody>
1922
1922
* <tr>
1923
- * <th scope="row" valign=" top">{@code <logger>.level}</th>
1923
+ * <th scope="row" style="vertical-align: top">{@code <logger>.level}</th>
1924
1924
* <td>
1925
1925
* <ul>
1926
1926
* <li>If the resulting configuration defines a level for a logger and
@@ -1941,7 +1941,7 @@ public void updateConfiguration(Function<String, BiFunction<String,String,String
1941
1941
* </ul>
1942
1942
* </td>
1943
1943
* <tr>
1944
- * <th scope="row" valign=" top">{@code <logger>.useParentHandlers}</th>
1944
+ * <th scope="row" style="vertical-align: top">{@code <logger>.useParentHandlers}</th>
1945
1945
* <td>
1946
1946
* <ul>
1947
1947
* <li>If either the resulting or the old value for the useParentHandlers
@@ -1955,7 +1955,7 @@ public void updateConfiguration(Function<String, BiFunction<String,String,String
1955
1955
* </td>
1956
1956
* </tr>
1957
1957
* <tr>
1958
- * <th scope="row" valign=" top">{@code <logger>.handlers}</th>
1958
+ * <th scope="row" style="vertical-align: top">{@code <logger>.handlers}</th>
1959
1959
* <td>
1960
1960
* <ul>
1961
1961
* <li>If the resulting configuration defines a list of handlers for a
@@ -1979,7 +1979,7 @@ public void updateConfiguration(Function<String, BiFunction<String,String,String
1979
1979
* </td>
1980
1980
* </tr>
1981
1981
* <tr>
1982
- * <th scope="row" valign=" top">{@code <handler-name>.*}</th>
1982
+ * <th scope="row" style="vertical-align: top">{@code <handler-name>.*}</th>
1983
1983
* <td>
1984
1984
* <ul>
1985
1985
* <li>Properties configured/changed on handler classes will only affect
@@ -1991,7 +1991,7 @@ public void updateConfiguration(Function<String, BiFunction<String,String,String
1991
1991
* </td>
1992
1992
* </tr>
1993
1993
* <tr>
1994
- * <th scope="row" valign=" top">{@code config} and any other property</th>
1994
+ * <th scope="row" style="vertical-align: top">{@code config} and any other property</th>
1995
1995
* <td>
1996
1996
* <ul>
1997
1997
* <li>The resulting value for these property will be stored in the
0 commit comments