From c113eea77d64050c27e0a724e642f40ce5ca0e5c Mon Sep 17 00:00:00 2001 From: Emilia Kond Date: Sat, 17 Feb 2024 21:37:55 +0200 Subject: [PATCH] [ci skip] Fix javadoc mistake in PluginMeta (#10258) "Schematic versioning" is not a real thing. The intended versioning scheme is "semantic versioning". Introduced in #8108. --- patches/api/Paper-Plugins.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Paper-Plugins.patch b/patches/api/Paper-Plugins.patch index 1e5b3dab05..0ec28302bb 100644 --- a/patches/api/Paper-Plugins.patch +++ b/patches/api/Paper-Plugins.patch @@ -403,7 +403,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + /** + * Provides the version of this plugin as defined by the plugin. + * There is no inherit format defined/enforced for the version of a plugin, however a common approach -+ * might be schematic versioning. ++ * might be semantic versioning. + * + * @return the string representation of the plugin's version + */