Skip to content

Commit 68f4cf3

Browse files
committed
removed unused imports
1 parent 068b10c commit 68f4cf3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cassandra-2.2/src/main/java/org/apache/cassandra/auth/Cassandra22LDAPAuthenticator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.apache.cassandra.auth;
22

33
import com.instaclustr.cassandra.ldap.PlainTextSaslAuthenticator;
4-
import org.apache.cassandra.auth.LegacyCassandraLDAPAuthenticator;
54

65
/*
76
* Licensed to the Apache Software Foundation (ASF) under one

cassandra-3.0/src/main/java/org/apache/cassandra/auth/Cassandra30LDAPAuthenticator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import java.net.InetAddress;
2222

2323
import com.instaclustr.cassandra.ldap.PlainTextSaslAuthenticator;
24-
import org.apache.cassandra.auth.LegacyCassandraLDAPAuthenticator;
2524

2625
/**
2726
* Uses JNDI to authenticate to an LDAP server. On successful authentication a Cassandra role is created for the provided

0 commit comments

Comments
 (0)