From 488ed5193d2ee897e8100e4af9c7afd5f2ae71e7 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Mon, 9 Jan 2023 09:10:44 -0600 Subject: [NO JIRA] Add missing package-info --- .../db/migration/version/v99/package-info.java | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v99/package-info.java (limited to 'server/sonar-db-migration') diff --git a/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v99/package-info.java b/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v99/package-info.java new file mode 100644 index 00000000000..f9f7f49233b --- /dev/null +++ b/server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v99/package-info.java @@ -0,0 +1,23 @@ +/* + * 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.platform.db.migration.version.v99; + +import javax.annotation.ParametersAreNonnullByDefault; -- cgit v1.2.3