1 package test.net.sourceforge.pmd.jsp.rules; 2 3 import test.net.sourceforge.pmd.testframework.SimpleAggregatorTst; 4 5 public class DontMixJsfWithJspText extends SimpleAggregatorTst { 6 7 }