Appease checkstyle + pmd

This commit is contained in:
Peter Serwylo
2016-08-08 22:15:47 +10:00
parent d062af0975
commit e0a1d2384d
3 changed files with 2 additions and 3 deletions

View File

@@ -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;

View File

@@ -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).