diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-09-16 18:29:00 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-09-16 18:29:00 +0200 |
commit | 4ef2cbc9e02a416f5b943f70ace1f9ec6b68b76c (patch) | |
tree | 16c6562c4c30b0e8374d011dbdf07733fc42f54b /sonar-plugin-api/src/main/java/org/sonar/api/checks | |
parent | 1d307de8b023b466c6e982c03420b7da02018018 (diff) | |
download | sonarqube-4ef2cbc9e02a416f5b943f70ace1f9ec6b68b76c.tar.gz sonarqube-4ef2cbc9e02a416f5b943f70ace1f9ec6b68b76c.zip |
Revert "Add package-info files on sonar-plugin-api-module"
This reverts commit da45cd0c58f17c6e57da0eb4f1318b827df90006.
Diffstat (limited to 'sonar-plugin-api/src/main/java/org/sonar/api/checks')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/checks/package-info.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/checks/package-info.java b/sonar-plugin-api/src/main/java/org/sonar/api/checks/package-info.java deleted file mode 100644 index 3f35644df56..00000000000 --- a/sonar-plugin-api/src/main/java/org/sonar/api/checks/package-info.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2013 SonarSource - * mailto:contact AT sonarsource DOT com - * - * SonarQube 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. - * - * SonarQube 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.checks; - -import javax.annotation.ParametersAreNonnullByDefault; - |