Refactoring to remove warnings in LDAP module.

This commit is contained in:
Luke Taylor
2009-04-27 11:05:58 +00:00
parent c96da98e14
commit 929b6bb1a0
2 changed files with 7 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ public abstract class AbstractLdapIntegrationTests {
protected AbstractLdapIntegrationTests() {
}
@SuppressWarnings("unchecked")
@BeforeClass
public static void startServer() throws Exception {
shutdownRunningServers();