fix for typo in documentation. Issue #1017

This commit is contained in:
Roman Ivanov 2015-05-01 00:18:40 -07:00
parent c0e9bd2df7
commit f24ef8374c
2 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,9 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
* }
* </code></pre>
*
* ATTENTION: This Check does support customization of validated token
* <p> ATTENTION: This Check does not support customization of validated tokens,
* so do not use the "tokens" property.
* </p>
*
* @author maxvetrenko
*/

View File

@ -682,7 +682,7 @@ public class StringUtils // not final to allow subclassing
&lt;module name="OneTopLevelClass"/&gt;
</source>
<p>
<b>ATTENTION:</b> This Check does support customization of validated token, to not use "tokens" property
<b>ATTENTION:</b> This Check does not support customization of validated tokens, so do not use the "tokens" property.
</p>
<p>
An example of code with violations: