removed spurious warning about 'Heavily obfuscated exception ranges' in

a loop at the beginning of a method
This commit is contained in:
Stiver 2014-06-11 14:55:08 +02:00
parent 7d44f73cb9
commit 781a2e1cc8
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ public class ExceptionDeobfuscator {
}
if(!setEntries.isEmpty()) {
if(setEntries.size() > 1 || ent.getValue().contains(first)) {
if(setEntries.size() > 1 /*|| ent.getValue().contains(first)*/) {
return true;
}
}