diff options
author | Emilia Kond <[email protected]> | 2024-02-17 21:37:55 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-17 11:37:55 -0800 |
commit | 9a66f2b2e1b4d888624fdde3a13273e7d3820d38 (patch) | |
tree | d0d1a9b9e6e19a39e41afffae492dea696a2432f | |
parent | a07d526698373844716c6f6a575cc77a687fda8f (diff) | |
download | Paper-9a66f2b2e1b4d888624fdde3a13273e7d3820d38.tar.gz Paper-9a66f2b2e1b4d888624fdde3a13273e7d3820d38.zip |
[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.
-rw-r--r-- | patches/api/0009-Paper-Plugins.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0009-Paper-Plugins.patch b/patches/api/0009-Paper-Plugins.patch index b4178cbec8..8a8150ca50 100644 --- a/patches/api/0009-Paper-Plugins.patch +++ b/patches/api/0009-Paper-Plugins.patch @@ -329,7 +329,7 @@ index 0000000000000000000000000000000000000000..2c14693155de3654d5ca011c63e13e4a +} diff --git a/src/main/java/io/papermc/paper/plugin/configuration/PluginMeta.java b/src/main/java/io/papermc/paper/plugin/configuration/PluginMeta.java new file mode 100644 -index 0000000000000000000000000000000000000000..ef393f1f93ca48264fc1b6e3a27787f6a9152e1b +index 0000000000000000000000000000000000000000..bcf91d048d84144f6acf9bfd2095df9ada2e585f --- /dev/null +++ b/src/main/java/io/papermc/paper/plugin/configuration/PluginMeta.java @@ -0,0 +1,203 @@ @@ -403,7 +403,7 @@ index 0000000000000000000000000000000000000000..ef393f1f93ca48264fc1b6e3a27787f6 + /** + * 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 + */ |