Fix Javadoc build error

This commit is contained in:
Kieran Wallbanks 2021-04-04 14:51:04 +01:00
parent 9182ab7e84
commit 4ee9d8ee91

View File

@ -24,7 +24,7 @@ import java.util.Objects;
* or make your own using RGB. {@link ChatColor#fromRGB(byte, byte, byte)}.
* <p>
* Immutable class.
* @deprecated For chat colors, use {@link TextColor} or {@link NamedTextColor#}. For styles, use {@link TextDecoration}.
* @deprecated For chat colors, use {@link TextColor} or {@link NamedTextColor}. For styles, use {@link TextDecoration}.
* For colors in other contexts, see {@link Color} or {@link DyeColor}.
*/
@Deprecated