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:
parent
cbf2b7d73c
commit
dae5b052f0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue