mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Fixed typo in setter method "seAttributePrefix"
This commit is contained in:
parent
2a4d859812
commit
ae2470127c
@ -90,7 +90,7 @@ public class SimpleAttributes2GrantedAuthoritiesMapper implements Attributes2Gra
|
|||||||
return attributePrefix == null ? "" : attributePrefix;
|
return attributePrefix == null ? "" : attributePrefix;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void seAttributePrefix(String string) {
|
public void setAttributePrefix(String string) {
|
||||||
attributePrefix = string;
|
attributePrefix = string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user