aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/index/package-info.java
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2018-06-22 16:03:36 +0200
committersonartech <sonartech@sonarsource.com>2018-06-29 09:10:16 +0200
commitca183f7f3f45e1ae2338f3a5c37d44fc0e295111 (patch)
tree53fe65285d19dd6874315c664bf89e61980a3eac /sonar-scanner-engine/src/main/java/org/sonar/scanner/index/package-info.java
parente5827b3671013c14776ca189e400e3687bfa0983 (diff)
downloadsonarqube-ca183f7f3f45e1ae2338f3a5c37d44fc0e295111.tar.gz
sonarqube-ca183f7f3f45e1ae2338f3a5c37d44fc0e295111.zip
SONAR-10138 Remove support for API < 5.6
Diffstat (limited to 'sonar-scanner-engine/src/main/java/org/sonar/scanner/index/package-info.java')
-rw-r--r--sonar-scanner-engine/src/main/java/org/sonar/scanner/index/package-info.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/sonar-scanner-engine/src/main/java/org/sonar/scanner/index/package-info.java b/sonar-scanner-engine/src/main/java/org/sonar/scanner/index/package-info.java
deleted file mode 100644
index a3820802e8a..00000000000
--- a/sonar-scanner-engine/src/main/java/org/sonar/scanner/index/package-info.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * SonarQube
- * Copyright (C) 2009-2018 SonarSource SA
- * mailto:info AT sonarsource DOT com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-@ParametersAreNonnullByDefault
-package org.sonar.scanner.index;
-
-import javax.annotation.ParametersAreNonnullByDefault;