Fix all linter errors

Well almost all, just ignore missing translation errors
This commit is contained in:
Alexander Bakker 2019-05-15 22:01:47 +02:00
parent 85bdecc573
commit 79279630ba
9 changed files with 45 additions and 22 deletions

View file

@ -1,13 +0,0 @@
package com.beemdevelopment.aegis;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
}