Remove legacy tags

This commit is contained in:
Oliver Burn 2010-10-07 20:59:17 +11:00
parent e300a3a0bc
commit 777f90eefd
7 changed files with 0 additions and 7 deletions

View File

@ -29,7 +29,6 @@ import com.puppycrawl.tools.checkstyle.api.CheckstyleException;
* conventions, fallback strategies, etc.
*
* @author lkuehne
* @version $Revision: 1.7 $
*/
public interface ModuleFactory
{

View File

@ -26,7 +26,6 @@ import java.util.Set;
* A factory for creating objects from package names and names.
* @author Rick Giles
* @author lkuehne
* @version $Revision$
*/
class PackageObjectFactory implements ModuleFactory
{

View File

@ -35,7 +35,6 @@ import com.puppycrawl.tools.checkstyle.api.DetailAST;
* so their company's coding standards forbids them.
*
* @author lkuehne
* @version $Revision: 1.6 $
*/
public class AvoidInlineConditionalsCheck extends Check
{

View File

@ -54,7 +54,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
* </p>
*
* @author lkuehne
* @version $Revision: 1.13 $
*/
public class DesignForExtensionCheck extends Check
{

View File

@ -39,7 +39,6 @@ import com.puppycrawl.tools.checkstyle.api.DetailAST;
* </p>
*
* @author lkuehne
* @version $Revision: 1.8 $
*/
public final class InterfaceIsTypeCheck
extends Check

View File

@ -31,7 +31,6 @@ import org.junit.Test;
/**
* @author Rick Giles
* @author lkuehne
* @version $Revision$
*/
public class ConfigurationLoaderTest
{

View File

@ -29,7 +29,6 @@ import org.junit.Test;
* Enter a description of class PackageNamesLoaderTest.java.
* @author Rick Giles
* @author lkuehne
* @version $Revision$
*/
public class PackageNamesLoaderTest
{