Fix malformed HTML in Javadoc

This commit is contained in:
Sam Brannen 2016-03-08 15:27:35 +01:00
parent e85a06234b
commit 89cf4772d5
1 changed files with 2 additions and 1 deletions

View File

@ -110,12 +110,13 @@ public abstract class AbstractContextLoader implements SmartContextLoader {
* <li>Determines what (if any) context initializer classes have been supplied * <li>Determines what (if any) context initializer classes have been supplied
* via the {@code MergedContextConfiguration} and instantiates and * via the {@code MergedContextConfiguration} and instantiates and
* {@linkplain ApplicationContextInitializer#initialize invokes} each with the * {@linkplain ApplicationContextInitializer#initialize invokes} each with the
* given application context.</li> * given application context.
* <ul> * <ul>
* <li>Any {@code ApplicationContextInitializers} implementing * <li>Any {@code ApplicationContextInitializers} implementing
* {@link org.springframework.core.Ordered Ordered} or annotated with {@link * {@link org.springframework.core.Ordered Ordered} or annotated with {@link
* org.springframework.core.annotation.Order @Order} will be sorted appropriately.</li> * org.springframework.core.annotation.Order @Order} will be sorted appropriately.</li>
* </ul> * </ul>
* </li>
* </ul> * </ul>
* @param context the newly created application context * @param context the newly created application context
* @param mergedConfig the merged context configuration * @param mergedConfig the merged context configuration