Remove AbstractRuleViolationFactory

Since we have a compat branch for the designer, this
doesn't need to exist
This commit is contained in:
Clément Fournier
2020-08-25 15:25:38 +02:00
parent 5f8e5fc1ff
commit d9de4a5f4e

View File

@ -1,15 +0,0 @@
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.rule;
import net.sourceforge.pmd.lang.rule.impl.DefaultRuleViolationFactory;
/**
* @deprecated This is kept for binary compatibility with the 6.x designer, yet will
* go away in 7.0. Use {@link DefaultRuleViolationFactory}
*/
@Deprecated
public class AbstractRuleViolationFactory extends DefaultRuleViolationFactory {
}