Closes gh-5685
This commit is contained in:
Johnny Lim
2016-04-14 11:04:52 +09:00
committed by Stephane Nicoll
parent 5424c5668b
commit 90d897eb9d
11 changed files with 12 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ import org.springframework.web.context.support.GenericWebApplicationContext;
* @see org.springframework.boot.test.context.SpringBootTest
* @see org.springframework.boot.test.IntegrationTest
* @see org.springframework.boot.test.WebIntegrationTest
* @deprecated as of 1.4 in favor of {@link SpringBootTest @SpringApplicationTest}
* @deprecated as of 1.4 in favor of {@link SpringBootTest @SpringBootTest}
* {@link org.springframework.boot.test.context.SpringBootContextLoader} can also be
* considered if absolutely necessary.
*/