aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2023-01-09 09:10:44 -0600
committersonartech <sonartech@sonarsource.com>2023-01-10 20:03:00 +0000
commit488ed5193d2ee897e8100e4af9c7afd5f2ae71e7 (patch)
tree682f8c4a48b5848054888758ddde3fc2733bc7d2 /server/sonar-db-migration
parent5c722a2ef9caf40a36c17e97066bccde9291eee6 (diff)
downloadsonarqube-488ed5193d2ee897e8100e4af9c7afd5f2ae71e7.tar.gz
sonarqube-488ed5193d2ee897e8100e4af9c7afd5f2ae71e7.zip
[NO JIRA] Add missing package-info
Diffstat (limited to 'server/sonar-db-migration')
-rw-r--r--server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v99/package-info.java23
1 files changed, 23 insertions, 0 deletions
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;