clean up warnings

This commit is contained in:
Edward Capriolo
2016-05-16 21:33:45 -04:00
parent 8e8db1c837
commit 6a35db7cb9
4 changed files with 1 additions and 7 deletions

View File

@ -35,9 +35,6 @@ import java.util.UUID;
import java.util.concurrent.Callable;
import java.util.concurrent.TimeUnit;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
* Tests support of using {@code StartupSettings} and thereby reading
* setup config from file.

View File

@ -28,7 +28,6 @@ import java.util.concurrent.TimeUnit;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.junit.Test;
import com.google.code.gossip.GossipMember;