Fix checkstyle violations

Original commit: elastic/x-pack-elasticsearch@187f1cbd35
This commit is contained in:
Tanguy Leroux 2016-07-01 17:13:08 +02:00
parent 17684f1e76
commit 561fc86585
1 changed files with 3 additions and 3 deletions

View File

@ -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() {