Sfoglia il codice sorgente

Quick javadoc fix for DelegatingPasswordEncoder

Quick fix for the javadoc of `UnmappedIdPasswordEncoder` in `DelegatingPasswordEncoder.java`, which appeared incomplete.
uy-rrodriguez 5 anni fa
parent
commit
d9276ed8f3

+ 2 - 1
crypto/src/main/java/org/springframework/security/crypto/password/DelegatingPasswordEncoder.java

@@ -238,7 +238,8 @@ public class DelegatingPasswordEncoder implements PasswordEncoder {
 	}
 	}
 
 
 	/**
 	/**
-	 * Default {@link PasswordEncoder} that throws an exception that a id could
+	 * Default {@link PasswordEncoder} that throws an exception telling that a suitable
+	 * {@link PasswordEncoder} for the id could not be found.
 	 */
 	 */
 	private class UnmappedIdPasswordEncoder implements PasswordEncoder {
 	private class UnmappedIdPasswordEncoder implements PasswordEncoder {