Skip to content

Commit

Permalink
Fix lombok induced JavaDoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Mar 30, 2024
1 parent 6ab0f5e commit 86e6fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public void setStyle(ComponentStyle style)
* 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 86e6fdf

Please sign in to comment.