See gh-9330
This commit is contained in:
Stephane Nicoll
2017-05-28 17:44:58 +02:00
parent 7254ae84ab
commit b5709fd618
3 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ import org.springframework.test.context.junit4.SpringRunner;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Integration tests for {@link SpringBootTestContextBootstrapper} with and
* Integration tests for {@link SpringBootTestContextBootstrapper} with
* {@link ApplicationContextInitializer}.
*
* @author Phillip Webb