See gh-15733
This commit is contained in:
NAIT BELKACEM
2019-01-17 20:18:59 +01:00
committed by Stephane Nicoll
parent 708ca0636f
commit 6a0053c8bc

View File

@@ -38,7 +38,7 @@ import org.springframework.core.io.DefaultResourceLoader;
import org.springframework.util.Assert;
/**
* Utility design to run and an {@link ApplicationContext} and provide AssertJ style
* Utility design to run an {@link ApplicationContext} and provide AssertJ style
* assertions. The test is best used as a field of a test class, describing the shared
* configuration required for the test:
*