Skip to content

Commit c5e141a

Browse files
committed
Change JavaDoc to FactorGrantedAuthority
Issue gh-18030
1 parent ba42b9c commit c5e141a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/authorization/EnableGlobalMultiFactorAuthentication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
/**
5858
* The additional authorities that are required.
5959
* @return the additional authorities that are required (e.g. {
60-
* GrantedAuthorities.FACTOR_OTT, GrantedAuthorities.FACTOR_PASSWORD })
61-
* @see org.springframework.security.core.GrantedAuthorities
60+
* FactorGrantedAuthority.FACTOR_OTT, FactorGrantedAuthority.FACTOR_PASSWORD })
61+
* @see org.springframework.security.core.authority.FactorGrantedAuthority
6262
*/
6363
String[] authorities();
6464

0 commit comments

Comments
 (0)