documenting format property for IllegalType check (bug 1047449)

This commit is contained in:
Oleg Sukhodolsky 2005-01-24 16:44:26 +00:00
parent af34614b01
commit 279c8501d5
1 changed files with 6 additions and 0 deletions

View File

@ -1561,6 +1561,12 @@ if ("something".equals(x))
<td><a href="property_types.html#stringSet">String Set</a></td>
<td>&quot;getInitialContext, getEnvironment&quot; </td>
</tr>
<tr>
<td>format</td>
<td>pattern for illegal class name</td>
<td><a href="property_types.html#regexp">regular expression</a></td>
<td><span class="default">^(.*[\\.])?Abstract.*$</span></td>
</tr>
</table>
</subsection>