Optimized imports

This commit is contained in:
Ziver Koc 2016-07-16 22:53:56 +02:00
parent 52deb4b16d
commit e4930e5edb
29 changed files with 22 additions and 52 deletions

View file

@ -25,7 +25,6 @@
package zutil.converter;
import org.junit.Test;
import zutil.converter.Converter;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;

View file

@ -28,7 +28,6 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameters;
import zutil.converter.NumberToWordsConverter;
import java.util.Arrays;
import java.util.Collection;