Fix lombok induced JavaDoc error

This commit is contained in:
md_5 2024-03-31 10:02:23 +11:00
parent 6ab0f5eba7
commit 86e6fdf8a2
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ public abstract class BaseComponent
* Set this component's color. * Set this component's color.
* <p> * <p>
* <b>Warning: This should be a color, not formatting code (ie, * <b>Warning: This should be a color, not formatting code (ie,
* {@link ChatColor#getColor()} should not be null).</b> * {@link ChatColor#color} should not be null).</b>
* *
* @param color the component color, or null to use the default * @param color the component color, or null to use the default
*/ */

View File

@ -20,7 +20,7 @@ public final class ComponentStyle implements Cloneable
* The color of this style. * The color of this style.
* <p> * <p>
* <b>Warning: This should be a color, not formatting code (ie, * <b>Warning: This should be a color, not formatting code (ie,
* {@link ChatColor#getColor()} should not be null).</b> * {@link ChatColor#color} should not be null).</b>
*/ */
private ChatColor color; private ChatColor color;
/** /**