1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Merge branch '6.3.x'

Use explicit types instead of var

Closes gh-155537
This commit is contained in:
Rob Winch
2024-08-08 15:30:16 -05:00
4 changed files with 8 additions and 20 deletions
@@ -267,7 +267,7 @@ public class LdapUserDetailsManagerTests {
@Test
public void testRoleNamesStartWithCustomRolePrefix() {
var customPrefix = "GROUP_";
String customPrefix = "GROUP_";
this.mgr.setRolePrefix(customPrefix);
this.mgr.setUsernameMapper(new DefaultLdapUsernameToDnMapper("ou=people", "uid"));