This reverts commit baf08b9cf8.
This commit is contained in:
parent
fe607ecab5
commit
f53116d471
|
|
@ -30,6 +30,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Enter a description of class PackageObjectFactoryTest.java.
|
||||
* @author Rick Giles
|
||||
* @version 8-Dec-2002
|
||||
*/
|
||||
public class PackageObjectFactoryTest
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ package com.puppycrawl.tools.checkstyle;
|
|||
/**
|
||||
* Input class for testing EmptyStatementCheck
|
||||
* @author Rick Giles
|
||||
* @version 5-May-2003
|
||||
*/
|
||||
public class InputEmptyStatement
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ package com.puppycrawl.tools.checkstyle;
|
|||
/**
|
||||
* Describe class InputMagicNumber
|
||||
* @author Rick Giles
|
||||
* @version 6-May-2003
|
||||
*/
|
||||
public class InputMagicNumber {
|
||||
public void magicMethod() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue