Removed SOP

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4491 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Jiger Patel
2006-08-09 09:41:39 +00:00
parent 1cc144ac10
commit 6b6ef1e31b

View File

@ -55,7 +55,7 @@ public class SelectedRules
for(Iterator i = rsf.getRegisteredRuleSets(); i.hasNext(); )
{
RuleSet rs = (RuleSet)i.next();
System.out.println("Added RuleSet " + rs.getName() + " descriprion "+ rs.getDescription() +" language "+ rs.getLanguage());
//System.out.println("Added RuleSet " + rs.getName() + " descriprion "+ rs.getDescription() +" language "+ rs.getLanguage());
addRuleSet2Rules(rs);
}