diff --git a/chat/src/main/java/net/md_5/bungee/api/chat/BaseComponent.java b/chat/src/main/java/net/md_5/bungee/api/chat/BaseComponent.java index 5a3a5436..558343c3 100644 --- a/chat/src/main/java/net/md_5/bungee/api/chat/BaseComponent.java +++ b/chat/src/main/java/net/md_5/bungee/api/chat/BaseComponent.java @@ -255,7 +255,7 @@ public abstract class BaseComponent * Set this component's color. *

* Warning: This should be a color, not formatting code (ie, - * {@link ChatColor#getColor()} should not be null). + * {@link ChatColor#color} should not be null). * * @param color the component color, or null to use the default */ diff --git a/chat/src/main/java/net/md_5/bungee/api/chat/ComponentStyle.java b/chat/src/main/java/net/md_5/bungee/api/chat/ComponentStyle.java index 7daaffa7..15f44ea7 100644 --- a/chat/src/main/java/net/md_5/bungee/api/chat/ComponentStyle.java +++ b/chat/src/main/java/net/md_5/bungee/api/chat/ComponentStyle.java @@ -20,7 +20,7 @@ public final class ComponentStyle implements Cloneable * The color of this style. *

* Warning: This should be a color, not formatting code (ie, - * {@link ChatColor#getColor()} should not be null). + * {@link ChatColor#color} should not be null). */ private ChatColor color; /**