fix for 748028 (PackageName documentation error). Removing one extra slash from default value of format property.
This commit is contained in:
parent
4409b0f243
commit
a395eeeb9b
|
|
@ -75,7 +75,7 @@
|
|||
<tr>
|
||||
<td><span class="code">PackageName</span></td>
|
||||
<td>packages</td>
|
||||
<td><span class="default">^[a-z]+(\\.[a-zA-Z_][a-zA-Z0-9_]*)*$</span></td>
|
||||
<td><span class="default">^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="code">ParameterName</span></td>
|
||||
|
|
|
|||
|
|
@ -92,6 +92,9 @@
|
|||
|
||||
<li class="body">Inner class fields interpreted as local variables (bug 747530)</li>
|
||||
|
||||
<li class="body">Fixed typo in documentation for PackageName
|
||||
(bug 7480028)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue