documenting format property for IllegalType check (bug 1047449)
This commit is contained in:
parent
af34614b01
commit
279c8501d5
|
|
@ -1561,6 +1561,12 @@ if ("something".equals(x))
|
|||
<td><a href="property_types.html#stringSet">String Set</a></td>
|
||||
<td>"getInitialContext, getEnvironment" </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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue