fix compile error with widgethiddenchanged
This commit is contained in:
@@ -31,7 +31,7 @@ import lombok.Data;
|
||||
* An event where the hidden state of a {@link Widget} has been modified.
|
||||
*/
|
||||
@Data
|
||||
public class WidgetHiddenChanged implements Event
|
||||
public class WidgetHiddenChanged
|
||||
{
|
||||
/**
|
||||
* The affected widget.
|
||||
|
||||
Reference in New Issue
Block a user