Fix ambiguous static import in TestPropertySourceUtilsTests

This commit is contained in:
nkjackzhang 2016-06-17 23:18:36 +08:00 committed by Sam Brannen
parent 6f9fb31bf9
commit 981a748dcc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.springframework.mock.env.MockEnvironment;
import org.springframework.mock.env.MockPropertySource;
import org.springframework.test.context.TestPropertySource;
import static org.hamcrest.CoreMatchers.*;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.startsWith;
import static org.junit.Assert.*;
import static org.mockito.Matchers.*;