소스 검색

Improved Javadoc comment

Luke Taylor 17 년 전
부모
커밋
270fa92780
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/main/java/org/springframework/security/userdetails/ldap/LdapUserDetails.java

+ 2 - 2
core/src/main/java/org/springframework/security/userdetails/ldap/LdapUserDetails.java

@@ -31,9 +31,9 @@ public interface LdapUserDetails extends UserDetails {
 
     /**
      * The attributes for the user's entry in the directory (or a subset of them, depending on what was
-     * retrieved from the directory)
+     * retrieved from the directory).
      *
-     * @deprecated Map additional attributes to properties in a subclass rather than accessing them here.
+     * @deprecated Map additional attributes to user properties in a custom object rather than accessing them here.
      * @return the user's attributes, or an empty array if none were obtained, never null.
      */
     Attributes getAttributes();