Make the documentation match the code. :-)

This commit is contained in:
Oliver Burn 2005-07-20 11:08:10 +00:00
parent b0e77dd317
commit ed8417e1ad
1 changed files with 4 additions and 2 deletions

View File

@ -1384,8 +1384,10 @@ if ("something".equals(x))
<td>illegalClassNames</td>
<td>throw class names to reject</td>
<td><a href="property_types.html#stringSet">list of strings</a></td>
<td><span class="default">&quot;java.lang.Throwable,
java.lang.RuntimeException&quot;</span></td>
<td>
<span class="default">&quot;java.lang.Throwable,
java.lang.Error, java.lang.RuntimeException&quot;</span>
</td>
</tr>
</table>
</subsection>