minor Javadoc correction

This commit is contained in:
Rick Giles 2002-12-19 11:17:54 +00:00
parent 1ad759e6e7
commit 787ac33df7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ import com.puppycrawl.tools.checkstyle.api.DetailAST;
* <module name="InnerAssignment"/>
* </pre>
*
* <p> An example of how to configure the check for only <code>+</code>,
* <p> An example of how to configure the check for only <code>=</code>,
* <code>+=</code>, and <code>-=</code> operators is:
* </p>
* <pre>