From 270fa927803955142617b6b167358749bc7ad088 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 28 Apr 2008 09:20:37 +0000 Subject: [PATCH] Improved Javadoc comment --- .../security/userdetails/ldap/LdapUserDetails.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/springframework/security/userdetails/ldap/LdapUserDetails.java b/core/src/main/java/org/springframework/security/userdetails/ldap/LdapUserDetails.java index b0fb53a5d7..87684ababe 100644 --- a/core/src/main/java/org/springframework/security/userdetails/ldap/LdapUserDetails.java +++ b/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();