< prev index next >

src/java.base/share/classes/java/nio/channels/AsynchronousChannelGroup.java

Print this page

        

@@ -62,28 +62,28 @@
  *
  * <table class="striped">
  * <caption style="display:none:">System properties</caption>
  *   <thead>
  *   <tr>
- *     <th>System property</th>
- *     <th>Description</th>
+ *     <th scope="col">System property</th>
+ *     <th scope="col">Description</th>
  *   </tr>
  *   </thead>
  *   <tbody>
  *   <tr>
- *     <td> {@code java.nio.channels.DefaultThreadPool.threadFactory} </td>
+ *     <th scope="row"> {@code java.nio.channels.DefaultThreadPool.threadFactory} </th>
  *     <td> The value of this property is taken to be the fully-qualified name
  *     of a concrete {@link java.util.concurrent.ThreadFactory ThreadFactory}
  *     class. The class is loaded using the system class loader and instantiated.
  *     The factory's {@link java.util.concurrent.ThreadFactory#newThread
  *     newThread} method is invoked to create each thread for the default
  *     group's thread pool. If the process to load and instantiate the value
  *     of the property fails then an unspecified error is thrown during the
  *     construction of the default group. </td>
  *   </tr>
  *   <tr>
- *     <td> {@code java.nio.channels.DefaultThreadPool.initialSize} </td>
+ *     <th scope="row"> {@code java.nio.channels.DefaultThreadPool.initialSize} </th>
  *     <td> The value of the {@code initialSize} parameter for the default
  *     group (see {@link #withCachedThreadPool withCachedThreadPool}).
  *     The value of the property is taken to be the {@code String}
  *     representation of an {@code Integer} that is the initial size parameter.
  *     If the value cannot be parsed as an {@code Integer} it causes an
< prev index next >