Removed SOP
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4491 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user