mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-06 15:41:38 +01:00
[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.
This commit is contained in:
parent
060fd2cde7
commit
c113eea77d
@ -403,7 +403,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ /**
|
+ /**
|
||||||
+ * Provides the version of this plugin as defined by the plugin.
|
+ * 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
|
+ * 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
|
+ * @return the string representation of the plugin's version
|
||||||
+ */
|
+ */
|
||||||
|
Loading…
Reference in New Issue
Block a user