Fix unambiguous import

This commit is contained in:
Erik Broes 2012-01-14 21:32:48 +01:00
parent 5ba2e0e158
commit 428a73da65

View File

@ -5,7 +5,6 @@ import java.util.Collection;
import org.junit.Test; import org.junit.Test;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*; import static org.hamcrest.CoreMatchers.*;
import static org.junit.matchers.JUnitMatchers.*;
public class StandardMessengerTest { public class StandardMessengerTest {
public StandardMessenger getMessenger() { public StandardMessenger getMessenger() {