Browse Source

Adjust rowspan

master
Gintas Grigelionis 7 years ago
parent
commit
73301a2e13
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      manual/Tasks/property.html

+ 2
- 2
manual/Tasks/property.html View File

@@ -101,7 +101,7 @@ to <a href="http://java.sun.com/dtd/properties.dtd" target="_top">Sun DTD</a>, w
<td>resource</td>
<td>the name of the classpath resource containing properties settings in properties file
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>
<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>
<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
to methods in
the <a href="https://docs.oracle.com/javase/10/docs/api/java/lang/Runtime.html">Runtime</a>


Loading…
Cancel
Save