undo previous change, ModuleFactory is part of the public API of Checker

This lets IDE plugins write their own Factory - Argh, I wrote that myself..
This commit is contained in:
lkuehne 2003-01-12 07:54:26 +00:00
parent cbf2b7d73c
commit dae5b052f0
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ import com.puppycrawl.tools.checkstyle.api.CheckstyleException;
* conventions, fallback strategies, etc.
*
* @author lkuehne
* @version $Revision: 1.2 $
* @version $Revision: 1.3 $
*/
interface ModuleFactory
public interface ModuleFactory
{
/**
* Creates a new instance of a class from a given name.