Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-14 17:08:06 +0000
committerAlexander Kurtakov2019-02-14 19:48:01 +0000
commitfe3657653eca42e6987aa004bbc3f755182e5fa3 (patch)
treeadd7cba3c1ac9dd416df8502c72b36670c329ab8 /bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp
parent62fc3654f006efe853d94423fe71e7b37a0d8829 (diff)
downloadrt.equinox.bundles-fe3657653eca42e6987aa004bbc3f755182e5fa3.tar.gz
rt.equinox.bundles-fe3657653eca42e6987aa004bbc3f755182e5fa3.tar.xz
rt.equinox.bundles-fe3657653eca42e6987aa004bbc3f755182e5fa3.zip
Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800
Fix warnings as catched by Java 11 tool. Round 2. Change-Id: Ib7b1b4eca04384245a06f90bcb72c531faef3513 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp')
-rw-r--r--bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java2
-rw-r--r--bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/package.html3
2 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java b/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java
index 7da2df82f..3f85dd9a9 100644
--- a/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java
+++ b/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java
@@ -57,12 +57,12 @@ import org.osgi.framework.Bundle;
* </p>
* <p>
* TLD discovery is slightly different, to clarify it occurs in one of three ways:
+ * </p>
* <ol>
* <li> declarations found in /WEB-INF/web.xml (found either on the bundleResourcePath in the bundle or in the ServletContext)</li>
* <li> tld files found under /WEB-INF (found either on the bundleResourcePath in the bundle or in the ServletContext)</li>
* <li> tld files found in jars on the Bundle-Classpath (see org.eclipse.equinox.internal.jsp.jasper.JSPClassLoader)</li>
* </ol>
- * </p>
* <p>
* Other than the setting and resetting of the thread context classloader and additional resource lookups in the bundle the JSPServlet
* is behaviourally consistent with the JSP 2.0 specification and regular Jasper operation.
diff --git a/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/package.html b/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/package.html
index 355531824..22220e926 100644
--- a/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/package.html
+++ b/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/package.html
@@ -10,8 +10,7 @@ Provides core support for the HttpService Servlet.
Package Specification</h2>
<p>
This package specifies API for working with the HttpService Servlet.
-<p>
+</p>
@since 1.0
-<p>
</body>
</html>

Back to the top