소스 검색

Javadoc update.

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

+ 1 - 1
core/src/main/java/org/springframework/security/core/userdetails/UserDetailsByNameServiceWrapper.java

@@ -8,7 +8,7 @@ import org.springframework.util.Assert;
 /**
  * This implementation for AuthenticationUserDetailsService wraps a regular
  * Spring Security UserDetailsService implementation, to retrieve a UserDetails object
- * based on the user name contained in a PreAuthenticatedAuthenticationToken.
+ * based on the user name contained in an <tt>Authentication</tt> object.
  *
  * @author Ruud Senden
  * @since 2.0