Javadoc correction
This commit is contained in:
parent
3411c89f4c
commit
2d88ca65d2
|
|
@ -47,12 +47,12 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* <pre>
|
||||
* <module name="NoWhitespaceAfter"/>
|
||||
* </pre>
|
||||
* <p> An example of how to configure the check to allow linebreaks after
|
||||
* <p> An example of how to configure the check to forbid linebreaks after
|
||||
* a {@link TokenTypes#DOT DOT} token is:
|
||||
* <pre>
|
||||
* <module name="NoWhitespaceAfter">
|
||||
* <property name="tokens" value="DOT"/>
|
||||
* <property name="allowLineBreaks" value="true"/>
|
||||
* <property name="allowLineBreaks" value="false"/>
|
||||
* </module>
|
||||
* </pre>
|
||||
* @author Rick Giles
|
||||
|
|
|
|||
Loading…
Reference in New Issue