Fix malformed HTML in Javadoc

master
Sam Brannen 9 years ago
parent e85a06234b
commit 89cf4772d5
  1. 3
      spring-test/src/main/java/org/springframework/test/context/support/AbstractContextLoader.java

@ -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

Loading…
Cancel
Save