From 350db49873cf3c7ef2ff53ca8ed1e22651fea5cf Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 20 Apr 2015 11:10:08 +0200 Subject: [PATCH] Add missing package-info.java --- .../computation/source/package-info.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 server/sonar-server/src/main/java/org/sonar/server/computation/source/package-info.java diff --git a/server/sonar-server/src/main/java/org/sonar/server/computation/source/package-info.java b/server/sonar-server/src/main/java/org/sonar/server/computation/source/package-info.java new file mode 100644 index 00000000000..7bbcce82d70 --- /dev/null +++ b/server/sonar-server/src/main/java/org/sonar/server/computation/source/package-info.java @@ -0,0 +1,24 @@ +/* + * 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.server.computation.source; + +import javax.annotation.ParametersAreNonnullByDefault; -- 2.39.5