]> WPIA git - gigi.git/commitdiff
fix: Typo pointed out while reviewing change 492
authorBenny Baumann <BenBE1987@gmx.net>
Sun, 19 Mar 2017 22:48:40 +0000 (23:48 +0100)
committerBenny Baumann <BenBE1987@gmx.net>
Wed, 22 Mar 2017 21:01:29 +0000 (22:01 +0100)
Change-Id: Ie9951caa590a00059901d5e09d3fc6efd6449a45

src/club/wpia/gigi/util/PasswordHash.java

index 7d2cb3342e92b0d4f6921c54b2191ce783c6083e..40700d32765f941062c0627d92e8597e40956a36 100644 (file)
@@ -15,7 +15,7 @@ public class PasswordHash {
      *            The hash to verify the password against.
      * @return
      *         <ul>
-     *         <li><code>null</code>, if the password was valid</li>
+     *         <li><code>null</code>, if the password was invalid</li>
      *         <li><code>hash</code>, if the password is valid and the hash
      *         doesn't need to be updated</li>
      *         <li>a new hash, if the password is valid but the hash in the