oups forgot to add UseConcurrentHashMap to test class

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6998 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse 2009-11-14 15:01:15 +00:00
parent 1d7d5e6474
commit 6f857aa813

View File

@ -28,6 +28,7 @@ public class ControversialRulesTest extends SimpleAggregatorTst {
addRule("controversial", "UnnecessaryConstructor");
addRule("controversial", "UnnecessaryParentheses");
addRule("controversial", "UnusedModifier");
addRule("controversial", "UseConcurrentHashMap");
}
public static junit.framework.Test suite() {