Remove unused "quickfix" interface and package.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6080 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
1 parent
a3e0377000
commit
c07724a605
1 file changed
-10
@@ -1,10 +0,0 @@
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
package net.sourceforge.pmd.quickfix;
|
||||
|
||||
public interface Fix {
|
||||
String fix(String code, int lineNumber);
|
||||
|
||||
String getLabel();
|
||||
}
|
||||
Reference in new issue
Block a user