#2740: Fix BaseComponent#equals() stack overflow

This commit is contained in:
CertainLach
2020-01-05 10:44:16 +11:00
committed by md_5
parent d2ceccd646
commit 465215686b
2 changed files with 25 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ import net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention;
@Setter
@ToString(exclude = "parent")
@EqualsAndHashCode
@EqualsAndHashCode(exclude = "parent")
@NoArgsConstructor
public abstract class BaseComponent
{