Just add a default constructor
public DisplayNotification() {
super("DisplayNotification");
}
That means a constructor with no parameter
Just add a default constructor
public DisplayNotification() {
super("DisplayNotification");
}
That means a constructor with no parameter