fix compile error with widgethiddenchanged

This commit is contained in:
ThatGamerBlue
2021-02-08 17:08:01 +00:00
parent 131deca54e
commit a2d9993fdc

View File

@@ -31,7 +31,7 @@ import lombok.Data;
* An event where the hidden state of a {@link Widget} has been modified. * An event where the hidden state of a {@link Widget} has been modified.
*/ */
@Data @Data
public class WidgetHiddenChanged implements Event public class WidgetHiddenChanged
{ {
/** /**
* The affected widget. * The affected widget.