]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/util/PasswordHash.java
upd: whitespace changes (formatting)
[gigi.git] / src / org / cacert / gigi / util / PasswordHash.java
index 4de92440dff10febe39a14ac31595c5e9e4446aa..6d598e77575f706fb8d6804eb9dcab748394b408 100644 (file)
@@ -15,7 +15,8 @@ public class PasswordHash {
      *            The password that should result in the given hash.
      * @param hash
      *            The hash to verify the password against.
-     * @return <ul>
+     * @return
+     *         <ul>
      *         <li><code>null</code>, if the password was valid</li>
      *         <li><code>hash</code>, if the password is valid and the hash
      *         doesn't need to be updated</li>