Merge branch '6.3.x'
Use explicit types instead of var Closes gh-155537
This commit is contained in:
+1
-1
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user