소스 검색

Fix: Typo in DelegatingPasswordEncoder's Javadoc

Alexander Münch 7 년 전
부모
커밋
a622a92001
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      crypto/src/main/java/org/springframework/security/crypto/password/DelegatingPasswordEncoder.java

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

@@ -93,7 +93,7 @@ import java.util.Map;
  *
  *
  * <h2>Password Encoding</h2>
  * <h2>Password Encoding</h2>
  *
  *
- * The @{code idForEncode} passed into the constructor determines which
+ * The {@code idForEncode} passed into the constructor determines which
  * {@link PasswordEncoder} will be used for encoding passwords. In the
  * {@link PasswordEncoder} will be used for encoding passwords. In the
  * {@code DelegatingPasswordEncoder} we constructed above, that means that the result of
  * {@code DelegatingPasswordEncoder} we constructed above, that means that the result of
  * encoding "password" would be delegated to {@code BCryptPasswordEncoder} and be prefixed
  * encoding "password" would be delegated to {@code BCryptPasswordEncoder} and be prefixed