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

@ -132,7 +132,7 @@ public interface Schema {
CATEGORIES, ANTI_FEATURES, REQUIREMENTS, ICON_URL, ICON_URL_LARGE,
SUGGESTED_VERSION_CODE, SuggestedApk.VERSION_NAME,
InstalledApp.VERSION_CODE, InstalledApp.VERSION_NAME,
InstalledApp.SIGNATURE, Package.PACKAGE_NAME
InstalledApp.SIGNATURE, Package.PACKAGE_NAME,
};
}
}

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