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…
Reference in New Issue