partial fix for remove tag version from all javadocs, #718

This commit is contained in:
Roman Ivanov 2015-03-05 16:51:52 -08:00
parent f782869339
commit 9bbb2de987
3 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@ package com.puppycrawl.tools.checkstyle.checks.blocks;
* Represents the options for placing the left curly brace <code>'{'</code>.
*
* @author Oliver Burn
* @version 1
*/
public enum LeftCurlyOption
{

View File

@ -22,7 +22,6 @@ package com.puppycrawl.tools.checkstyle.checks.blocks;
* Represents the options for placing the right curly brace <code>'}'</code>.
*
* @author Oliver Burn
* @version 1
*/
public enum RightCurlyOption
{

View File

@ -22,7 +22,6 @@ package com.puppycrawl.tools.checkstyle.checks.whitespace;
* Represents the options for whitespace around parentheses.
*
* @author Oliver Burn
* @version 1
* @see EmptyForIteratorPadCheck
* @see ParenPadCheck
*/