fix for typo in documentation. Issue #1017
This commit is contained in:
parent
c0e9bd2df7
commit
f24ef8374c
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -682,7 +682,7 @@ public class StringUtils // not final to allow subclassing
|
|||
<module name="OneTopLevelClass"/>
|
||||
</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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue