| @@ -101,7 +101,7 @@ to <a href="http://java.sun.com/dtd/properties.dtd" target="_top">Sun DTD</a>, w | |||||
| <td>resource</td> | <td>resource</td> | ||||
| <td>the name of the classpath resource containing properties settings in properties file | <td>the name of the classpath resource containing properties settings in properties file | ||||
| format.</td> | format.</td> | ||||
| <td rowspan="4">One of these, <strong>unless</strong> the <var>name</var> attribute is set</td> | |||||
| <td rowspan="5">One of these, <strong>unless</strong> the <var>name</var> attribute is set</td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>file</td> | <td>file</td> | ||||
| @@ -127,7 +127,7 @@ to <a href="http://java.sun.com/dtd/properties.dtd" target="_top">Sun DTD</a>, w | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>runtime</td> | <td>runtime</td> | ||||
| <td>the prefix to use when retrieving Runtime properties. Thus if you | |||||
| <td class="left">the prefix to use when retrieving runtime properties. Thus if you | |||||
| specify <var>runtime</var>=<q>myrt</q> you will be able to access runtime values corresponding | specify <var>runtime</var>=<q>myrt</q> you will be able to access runtime values corresponding | ||||
| to methods in | to methods in | ||||
| the <a href="https://docs.oracle.com/javase/10/docs/api/java/lang/Runtime.html">Runtime</a> | the <a href="https://docs.oracle.com/javase/10/docs/api/java/lang/Runtime.html">Runtime</a> | ||||