mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
[ci skip] Correct chat preview removal version in javadoc (#8646)
This commit is contained in:
parent
e74fb06010
commit
2b86179e7e
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * If this decorating is part of a preview request/response.
|
||||
+ *
|
||||
+ * @return true if part of previewing
|
||||
+ * @deprecated chat preview was removed in 1.19.2
|
||||
+ * @deprecated chat preview was removed in 1.19.3
|
||||
+ */
|
||||
+ @Deprecated(forRemoval = true)
|
||||
+ @Contract(value = "-> false", pure = true)
|
||||
|
|
Loading…
Reference in a new issue