Fix checkstyle violations
Original commit: elastic/x-pack-elasticsearch@187f1cbd35
This commit is contained in:
parent
17684f1e76
commit
561fc86585
|
@ -55,9 +55,9 @@ public abstract class AbstractAdLdapRealmTestCase extends SecurityIntegTestCase
|
||||||
"Gods: [ \"cn=Gods,ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com\" ] \n" +
|
"Gods: [ \"cn=Gods,ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com\" ] \n" +
|
||||||
"Philanthropists: [ \"cn=Philanthropists,ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com\" ] \n";
|
"Philanthropists: [ \"cn=Philanthropists,ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com\" ] \n";
|
||||||
|
|
||||||
static protected RealmConfig realmConfig;
|
protected static RealmConfig realmConfig;
|
||||||
static protected boolean useGlobalSSL;
|
protected static boolean useGlobalSSL;
|
||||||
static protected boolean sslEnabled;
|
protected static boolean sslEnabled;
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void setupRealm() {
|
public static void setupRealm() {
|
||||||
|
|
Loading…
Reference in New Issue