aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-ldap
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2023-07-11 17:05:44 +0200
committersonartech <sonartech@sonarsource.com>2023-07-17 20:03:46 +0000
commit2ee65a270f51fb10d941b6707b09d3c47b8eaf50 (patch)
tree69509ef9c5fb2bd963d037ef96f0803e8ea0f240 /server/sonar-auth-ldap
parentce0e4ddf7ec619dde2c6cf02ae0ec08012f47335 (diff)
downloadsonarqube-2ee65a270f51fb10d941b6707b09d3c47b8eaf50.tar.gz
sonarqube-2ee65a270f51fb10d941b6707b09d3c47b8eaf50.zip
NO-JIRA remove unused imports
Diffstat (limited to 'server/sonar-auth-ldap')
-rw-r--r--server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapSettingsManagerTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapSettingsManagerTest.java b/server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapSettingsManagerTest.java
index f8643e5d8fe..a603ceb13b9 100644
--- a/server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapSettingsManagerTest.java
+++ b/server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapSettingsManagerTest.java
@@ -26,7 +26,6 @@ import org.sonar.api.config.internal.MapSettings;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
-import static org.assertj.core.api.Assertions.entry;
public class LdapSettingsManagerTest {
@Test