aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2023-07-06 11:59:56 +0200
committersonartech <sonartech@sonarsource.com>2023-07-06 20:03:12 +0000
commite8d5cbd303222d0ac2746f4694f46565cf2eb37a (patch)
treec1b045baa86a11c3ea1436b64bca384719b0524b /server/sonar-webserver-core
parentbd9cc73c2c9ecfd1dd090469692dfe53022ba851 (diff)
downloadsonarqube-e8d5cbd303222d0ac2746f4694f46565cf2eb37a.tar.gz
sonarqube-e8d5cbd303222d0ac2746f4694f46565cf2eb37a.zip
NO-JIRA remove unused imports
Diffstat (limited to 'server/sonar-webserver-core')
-rw-r--r--server/sonar-webserver-core/src/main/java/org/sonar/server/issue/index/AsyncIssueIndexingImpl.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-webserver-core/src/main/java/org/sonar/server/issue/index/AsyncIssueIndexingImpl.java b/server/sonar-webserver-core/src/main/java/org/sonar/server/issue/index/AsyncIssueIndexingImpl.java
index f3d025177c6..34a9bf0ea3a 100644
--- a/server/sonar-webserver-core/src/main/java/org/sonar/server/issue/index/AsyncIssueIndexingImpl.java
+++ b/server/sonar-webserver-core/src/main/java/org/sonar/server/issue/index/AsyncIssueIndexingImpl.java
@@ -28,7 +28,6 @@ import java.util.Set;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.util.stream.Stream;
-import org.sonar.api.server.ServerSide;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sonar.ce.queue.CeQueue;