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
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}