fixed example for FinalLocalVariable
This commit is contained in:
parent
ed8417e1ad
commit
b78fa7ddd8
|
|
@ -323,8 +323,7 @@ public class MySingleton
|
|||
</p>
|
||||
<source>
|
||||
<module name="FinalLocalVariable">
|
||||
<property name="tokens" value="VARIABLE_DEF"/>
|
||||
<property name="tokens" value="PARAMETER_DEF"/>
|
||||
<property name="tokens" value="VARIABLE_DEF,PARAMETER_DEF"/>
|
||||
</module>
|
||||
</source>
|
||||
</subsection>
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@
|
|||
<li>Fixed problem with cache file (patch 1012389) thanks to
|
||||
Dave Wood.</li>
|
||||
|
||||
<li>Fixed example for FinalLocalVariable (bug 1241722)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p>Other improvements:</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue