1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Fixed typo in setter method "seAttributePrefix"

This commit is contained in:
Luke Taylor
2008-05-13 13:51:49 +00:00
parent 2a4d859812
commit ae2470127c
@@ -90,7 +90,7 @@ public class SimpleAttributes2GrantedAuthoritiesMapper implements Attributes2Gra
return attributePrefix == null ? "" : attributePrefix;
}
public void seAttributePrefix(String string) {
public void setAttributePrefix(String string) {
attributePrefix = string;
}