Fix PMD issue.

This commit is contained in:
Aditya Bharadwaj 2016-08-26 22:29:50 -04:00
parent 632eeff611
commit 5d58fc0199

View File

@ -32,7 +32,7 @@ public class AppFilter {
} }
} }
} }
if (app.antiFeatures != null && app.antiFeatures.length > 0 && Preferences.get().filterAppsWithAntiFeatures()) { if (app.antiFeatures != null && app.antiFeatures.length > 0 && Preferences.get().filterAppsWithAntiFeatures()) { // NOPMD
return true; return true;
} }
return false; return false;