partial fix for remove tag version from all javadocs, #718
This commit is contained in:
parent
f782869339
commit
9bbb2de987
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue