Fixed typo in documentation for FileTabCharacter (bug #3423621)
This commit is contained in:
parent
43cdf3d62b
commit
152aaa2fc0
|
|
@ -899,9 +899,9 @@ for (Iterator foo = very.long.line.iterator();
|
|||
To configure the check to report on each line in each file:
|
||||
</p>
|
||||
<source>
|
||||
<module name="FileTabCharacter"/>
|
||||
<module name="FileTabCharacter">
|
||||
<property name="eachLine" value="true"/>
|
||||
<module/>
|
||||
</module>
|
||||
</source>
|
||||
</subsection>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue