Import cleanup.

This commit is contained in:
asofold 2014-06-14 20:33:30 +02:00
parent f53cf96e78
commit 98f101e9ff

View File

@ -3,8 +3,6 @@ package fr.neatmonster.nocheatplus.test;
import static org.junit.Assert.fail;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
import org.junit.Test;
@ -12,7 +10,6 @@ import org.junit.Test;
import fr.neatmonster.nocheatplus.checks.moving.LocationTrace;
import fr.neatmonster.nocheatplus.checks.moving.LocationTrace.TraceEntry;
import fr.neatmonster.nocheatplus.checks.moving.LocationTrace.TraceIterator;
import fr.neatmonster.nocheatplus.utilities.StringUtil;
public class TestLocationTrace {