forked from phoedos/pmd
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:
parent
1d7d5e6474
commit
6f857aa813
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user