Remove AbstractRuleViolationFactory
Since we have a compat branch for the designer, this doesn't need to exist
This commit is contained in:
@ -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 {
|
||||
}
|
Reference in New Issue
Block a user