You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//concatenate to the group name if the field is not empty
348
348
if (StringUtils.trimToNull(_settings.getGroupNameSuffix()) != null)
349
349
{
350
-
//Note: do not trim the suffix, as this allows the admin to provide leading whitespace. for example: the suffix " (LDAP)" would result in "MyGroup (LDAP)"
350
+
// Note: do not trim the suffix, as this allows the admin to provide leading whitespace. for example: the suffix " (LDAP)" would result in "MyGroup (LDAP)"
0 commit comments