diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-04-08 13:41:49 -0400 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-21 20:02:50 +0000 |
commit | 3b7e8d87a77c1d116cfb7ad09d2ece9d8c3d76f5 (patch) | |
tree | a924db854caeee06ae3a6530da5cd86904aeed6a /sonar-plugin-api/src/main/java/org/sonar/api/rules/package-info.java | |
parent | d6678b8eeae881a5e2a4e2c188735c3886cbdd76 (diff) | |
download | sonarqube-3b7e8d87a77c1d116cfb7ad09d2ece9d8c3d76f5.tar.gz sonarqube-3b7e8d87a77c1d116cfb7ad09d2ece9d8c3d76f5.zip |
SONAR-16232 Delete sonar-plugin-api module
Diffstat (limited to 'sonar-plugin-api/src/main/java/org/sonar/api/rules/package-info.java')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/rules/package-info.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/rules/package-info.java b/sonar-plugin-api/src/main/java/org/sonar/api/rules/package-info.java deleted file mode 100644 index 63c5fcfd6e8..00000000000 --- a/sonar-plugin-api/src/main/java/org/sonar/api/rules/package-info.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * SonarQube - * Copyright (C) 2009-2022 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.api.rules; - -import javax.annotation.ParametersAreNonnullByDefault; |