@releng fixing javadoc

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1769306 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/auth/core/AuthUtil.java b/src/main/java/org/apache/sling/auth/core/AuthUtil.java
index 7667525..a06f6c0 100644
--- a/src/main/java/org/apache/sling/auth/core/AuthUtil.java
+++ b/src/main/java/org/apache/sling/auth/core/AuthUtil.java
@@ -98,10 +98,13 @@
     /**
      * Returns the value of the named request attribute or parameter as a string
      * as follows:
+     * <ol>
      * <li>If there is a request attribute of that name, which is a non-empty
-     * string, it is returned.</li>If there is a non-empty request parameter of
-     * that name, this parameter is returned.
-     * <li>Otherwise the <code>defaultValue</code> is returned.
+     * string, it is returned.</li>
+     * <li>If there is a non-empty request parameter of
+     * that name, this parameter is returned. </li>
+     * <li>Otherwise the <code>defaultValue</code> is returned.</li>
+     * </ol>
      *
      * @param request The request from which to return the attribute or request
      *            parameter