Fix lombok induced JavaDoc error
This commit is contained in:
parent
6ab0f5eba7
commit
86e6fdf8a2
@ -255,7 +255,7 @@ public abstract class BaseComponent
|
||||
* Set this component's color.
|
||||
* <p>
|
||||
* <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
|
||||
*/
|
||||
|
@ -20,7 +20,7 @@ public final class ComponentStyle implements Cloneable
|
||||
* The color of this style.
|
||||
* <p>
|
||||
* <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;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user