[typo] consistently use commas in operator list

This commit is contained in:
Andrew Gaul 2014-02-26 22:35:05 -08:00
parent 686d009cf4
commit 1cdaeaaa4f
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
* {@link TokenTypes#SR SR},
* {@link TokenTypes#SR_ASSIGN SR_ASSIGN},
* {@link TokenTypes#STAR STAR},
* {@link TokenTypes#STAR_ASSIGN STAR_ASSIGN}.
* {@link TokenTypes#LITERAL_ASSERT LITERAL_ASSERT}.
* {@link TokenTypes#STAR_ASSIGN STAR_ASSIGN},
* {@link TokenTypes#LITERAL_ASSERT LITERAL_ASSERT},
* {@link TokenTypes#TYPE_EXTENSION_AND TYPE_EXTENSION_AND}.
* </p>
* <p>