mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
KEYCLOAK-3488 Fix typo
This commit is contained in:
@@ -105,7 +105,7 @@ public class SamlPrincipal implements Serializable, Principal {
|
||||
* @return
|
||||
*/
|
||||
public List<String> getFriendlyAttributes(String friendlyName) {
|
||||
List<String> list = friendlyAttributes.get(name);
|
||||
List<String> list = friendlyAttributes.get(friendlyName);
|
||||
if (list != null) {
|
||||
return Collections.unmodifiableList(list);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user