diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2023-09-28 15:43:07 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-28 20:03:13 +0000 |
commit | 159e94c82336a3f51b426628ecd0ea7e5c4e1e38 (patch) | |
tree | 9270437113dc0eac3962037f89d39742974c4009 /server/sonar-webserver-common | |
parent | 0db6aa0cdf7e9ec2b8220be9830f10bc02bf5eba (diff) | |
download | sonarqube-159e94c82336a3f51b426628ecd0ea7e5c4e1e38.tar.gz sonarqube-159e94c82336a3f51b426628ecd0ea7e5c4e1e38.zip |
NO-JIRA delete all useless package-info.java files
Diffstat (limited to 'server/sonar-webserver-common')
-rw-r--r-- | server/sonar-webserver-common/src/main/java/org/sonar/server/common/github/permissions/package-info.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/server/sonar-webserver-common/src/main/java/org/sonar/server/common/github/permissions/package-info.java b/server/sonar-webserver-common/src/main/java/org/sonar/server/common/github/permissions/package-info.java deleted file mode 100644 index bc66c661b36..00000000000 --- a/server/sonar-webserver-common/src/main/java/org/sonar/server/common/github/permissions/package-info.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * SonarQube - * Copyright (C) 2009-2023 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.server.common.github.permissions; - -import javax.annotation.ParametersAreNonnullByDefault; |