Align Visibility Modifiers in Test Support
Issue gh-750
This commit is contained in:
@@ -52,7 +52,7 @@ import org.springframework.ldap.support.LdapUtils;
|
||||
*/
|
||||
public final class LdapTestUtils {
|
||||
|
||||
private final static Logger LOGGER = LoggerFactory.getLogger(LdapTestUtils.class);
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(LdapTestUtils.class);
|
||||
|
||||
private static EmbeddedLdapServer embeddedServer;
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ import org.springframework.ldap.support.LdapUtils;
|
||||
*/
|
||||
public final class LdapTestUtils {
|
||||
|
||||
private final static Logger LOGGER = LoggerFactory.getLogger(LdapTestUtils.class);
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(LdapTestUtils.class);
|
||||
|
||||
private static EmbeddedLdapServer embeddedServer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user