only a comment

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3686 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Radim Kubacki
2005-07-10 18:18:37 +00:00
parent c87dabdedd
commit 93439fbffa

View File

@ -185,7 +185,8 @@ public abstract class ConfigUtils {
try {
RuleSet ruleset = ruleSetFactory.createRuleSet(
new FileInputStream( ruleSetXml ),
new RuleClassLoader( ConfigUtils.class.getClassLoader() ) );
// PENDING: perhaps can get ClassLoader from Lookup
new RuleClassLoader( ConfigUtils.class.getClassLoader() ) );
list.addAll( ruleset.getRules() );
}
catch( RuntimeException e ) {