1) Remove stray import of java.util.List

This commit is contained in:
Eric Tschetter 2013-02-15 12:15:53 -06:00
parent e1533b871e
commit 5ee7c0c264
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ import org.junit.Test;
import java.io.File;
import java.util.Arrays;
import java.util.List;
/**
*/