Fix PMD issue.

This commit is contained in:
Aditya Bharadwaj committed 2016-08-26 22:29:50 -04:00
1 parent 632eeff611
commit 5d58fc0199
1 file changed
+1 -1
@@ -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 false;