mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-19 05:10:05 -04:00
Appease checkstyle + pmd
This commit is contained in:
@@ -9,7 +9,6 @@ import org.fdroid.fdroid.data.ApkProvider;
|
||||
import org.fdroid.fdroid.data.Repo;
|
||||
import org.fdroid.fdroid.data.RepoProvider;
|
||||
import org.fdroid.fdroid.data.Schema;
|
||||
import org.fdroid.fdroid.updater.MultiRepoUpdaterTest;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -38,7 +38,7 @@ public class ProperMultiRepoUpdaterTest extends MultiRepoUpdaterTest {
|
||||
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@StringDef({"Conflicting", "Normal"})
|
||||
public @interface RepoIdentifier {}
|
||||
public @interface RepoIdentifier { }
|
||||
|
||||
/*
|
||||
*This test fails due to issue #568 (https://gitlab.com/fdroid/fdroidclient/issues/568).
|
||||
|
||||
Reference in New Issue
Block a user