Browse Source

Fix ambiguous static import in TestPropertySourceUtilsTests

pull/1087/head
nkjackzhang 9 years ago committed by Sam Brannen
parent
commit
981a748dcc
  1. 2
      spring-test/src/test/java/org/springframework/test/context/support/TestPropertySourceUtilsTests.java

2
spring-test/src/test/java/org/springframework/test/context/support/TestPropertySourceUtilsTests.java

@ -32,7 +32,7 @@ import org.springframework.mock.env.MockEnvironment; @@ -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.*;

Loading…
Cancel
Save