Fixed checkstyle code quality issues

This commit is contained in:
Jeroen Meulemeester
2015-12-29 21:05:53 +01:00
parent 1d9aff4071
commit 2e2707862a
8 changed files with 29 additions and 27 deletions

View File

@ -1,17 +1,15 @@
package com.iluwatar.state;
import org.junit.Ignore;
import org.junit.Test;
/**
*
*
* Application test
*
*/
public class AppTest {
@Test
@Ignore
public void test() {
String[] args = {};
App.main(args);