@releng fixing javadoc

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1769309 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java b/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java
index 91cac5d..ae95508 100644
--- a/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java
+++ b/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java
@@ -88,6 +88,7 @@
  * <li>Support for multiple authentication handlers, which must implement the
  * {@link AuthenticationHandler} interface.
  * <li>
+ * </ul>
  * <p>
  * Currently this class does not support multiple handlers for any one request
  * URL.
diff --git a/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java b/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java
index c456399..45c7c34 100644
--- a/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java
+++ b/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java
@@ -138,7 +138,7 @@
      * Extracts credential data from the request if at all contained.
      * <p>
      * The method returns any of the following values :
-     * <table>
+     * <table summary="">
      * <tr>
      * <th>value
      * <th>description