Fix PMD issue.
This commit is contained in:
parent
632eeff611
commit
5d58fc0199
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user