mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-26 14:06:04 -04:00
Fix PMD issue.
This commit is contained in:
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;
|
||||
|
||||
Reference in new issue
Block a user