This commit is contained in:
Jannik 2018-02-03 17:51:38 +01:00
parent 79cb1c2476
commit 54078eb99f
2 changed files with 2 additions and 2 deletions

View File

@ -35,6 +35,7 @@ public class playGame extends Thread{
MainWindowController mainWindowController;
DBController dbController;
@SuppressWarnings("unused")
private static final Logger LOGGER = LogManager.getLogger(playGame.class.getName());
public playGame(MainWindowController m, com.cemu_UI.controller.DBController db){

View File

@ -24,8 +24,7 @@ public class AppTest extends TestCase {
@SuppressWarnings("unused")
private void testClientsSecret() {
File client_secret = new File("/client_secret.json");
Assert.assertTrue(client_secret.exists());
}
/**