mirror of
https://github.com/apache/struts.git
synced 2026-09-01 03:44:30 +00:00
Fix wrong closing HTML tags in javadoc comments
This commit is contained in:
+5
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user