Fix wrong closing HTML tags in javadoc comments

This commit is contained in:
Johannes Geppert
2015-07-16 22:02:20 +02:00
parent f85c60ea47
commit eb564a25e1
249 changed files with 2344 additions and 1692 deletions
@@ -38,11 +38,14 @@ import javax.servlet.ServletContext;
/**
* <p>
* Struts object factory that integrates with Spring.
* <p/>
* </p>
*
* <p>
* Spring should be loaded using a web context listener
* <code>org.springframework.web.context.ContextLoaderListener</code> defined in <code>web.xml</code>.
*
* </p>
*/
public class StrutsSpringObjectFactory extends SpringObjectFactory {
private static final Logger LOG = LogManager.getLogger(StrutsSpringObjectFactory.class);