Added serialversionID.
This commit is contained in:
parent
d80856e68c
commit
9f9040b4bd
@ -6,8 +6,10 @@ import se.su.dsv.scipro.basepages.MenuPage;
|
||||
import se.su.dsv.scipro.project.panels.NotificationsPanel;
|
||||
|
||||
public class NotificationsPage extends MenuPage {
|
||||
|
||||
public NotificationsPage(final PageParameters pp){
|
||||
|
||||
private static final long serialVersionUID = 2458557490749020439L;
|
||||
|
||||
public NotificationsPage(final PageParameters pp){
|
||||
super(pp);
|
||||
add(new NotificationsPanel("notificationsPanel"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user