recursive search works now

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@489 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-25 04:14:17 +00:00
parent 73b463bca5
commit dc9642c9b1

View File

@ -54,7 +54,6 @@ public class SelectedRuleSetsMap {
public RuleSet getSelectedRuleSets() {
RuleSet newRuleSet = new RuleSet();
List selected = new ArrayList();
for (Iterator i = keys(); i.hasNext();) {
RuleSet rs = (RuleSet)i.next();
if (get(rs).isSelected()) {