Removing DontMixJsfWithJspText test - it was empty, and there is no DontMixJsfWithJsp rule.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4630 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Allan Caplan
2006-10-12 18:16:17 +00:00
parent 5c4ed3407d
commit 5503e6244b

View File

@ -1,7 +0,0 @@
package test.net.sourceforge.pmd.jsp.rules;
import test.net.sourceforge.pmd.testframework.SimpleAggregatorTst;
public class DontMixJsfWithJspText extends SimpleAggregatorTst {
}