fixed copy+paste problem in examples of StrictDuplicateCode check
damn, there's always something you notice right after making a release
This commit is contained in:
parent
c5f658fe4a
commit
4f9debc29b
|
|
@ -122,16 +122,8 @@ Checkstyle plugins for duplicate code detection:
|
|||
To configure the check so that it allows larger equivalent blocks:
|
||||
</p>
|
||||
<pre class="body">
|
||||
<module name="VisibilityModifier">
|
||||
<module name="StrictDuplicateCode">
|
||||
<property name="min" value="15"/>
|
||||
</module>
|
||||
</pre>
|
||||
<p class="body">
|
||||
To configure the check so that it allows no public members:
|
||||
</p>
|
||||
<pre class="body">
|
||||
<module name="VisibilityModifier">
|
||||
<property name="publicMemberPattern" value="^$"/>
|
||||
</module>
|
||||
</pre>
|
||||
<h4>Package</h4>
|
||||
|
|
|
|||
Loading…
Reference in New Issue