소스 검색

Removed reference to LdapDataAccessException since it isn't actually mentioned except in javadoc

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

+ 0 - 3
core/src/main/java/org/springframework/security/ldap/LdapAuthoritiesPopulator.java

@@ -17,8 +17,6 @@ package org.springframework.security.ldap;
 
 import org.springframework.security.GrantedAuthority;
 
-import org.springframework.security.ldap.LdapDataAccessException;
-
 import org.springframework.ldap.core.DirContextOperations;
 
 
@@ -42,7 +40,6 @@ public interface LdapAuthoritiesPopulator {
      *
      * @return the granted authorities for the given user.
      *
-     * @throws LdapDataAccessException if there is a problem accessing the directory.
      */
     GrantedAuthority[] getGrantedAuthorities(DirContextOperations userData, String username);
 }