diff --git a/app/src/main/java/org/fdroid/fdroid/localrepo/SwapService.java b/app/src/main/java/org/fdroid/fdroid/localrepo/SwapService.java index 818b26725..a9aedff12 100644 --- a/app/src/main/java/org/fdroid/fdroid/localrepo/SwapService.java +++ b/app/src/main/java/org/fdroid/fdroid/localrepo/SwapService.java @@ -91,10 +91,6 @@ public class SwapService extends Service { @NonNull private final Set appsToSwap = new HashSet<>(); - public SwapService() { - super(); - } - /** * Where relevant, the state of the swap process will be saved to disk using preferences. * Note that this is not always useful, for example saving the "current wifi network" is diff --git a/config/pmd/rules.xml b/config/pmd/rules.xml index fbde9c171..cab42517c 100644 --- a/config/pmd/rules.xml +++ b/config/pmd/rules.xml @@ -17,4 +17,5 @@ +