diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 10:21:51 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 10:26:43 +0200 |
commit | 42bd0823e16c36baf43906be7ed12a5450ac2ff2 (patch) | |
tree | f1371fa14f242960ad3015672dfe45a2bd80abfe /plugins/sonar-xoo-plugin/src | |
parent | a36c9aaa524d7f13ed6b7fe710a52b9a1caeb296 (diff) | |
download | sonarqube-42bd0823e16c36baf43906be7ed12a5450ac2ff2.tar.gz sonarqube-42bd0823e16c36baf43906be7ed12a5450ac2ff2.zip |
Fix quality flaws
Diffstat (limited to 'plugins/sonar-xoo-plugin/src')
-rw-r--r-- | plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/test/package-info.java | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/test/package-info.java b/plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/test/package-info.java new file mode 100644 index 00000000000..18e3816c970 --- /dev/null +++ b/plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/test/package-info.java @@ -0,0 +1,23 @@ +/* + * SonarQube, open source software quality management tool. + * Copyright (C) 2008-2014 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.xoo.test; + +import javax.annotation.ParametersAreNonnullByDefault; |