Actions is nul wtf

This commit is contained in:
Yorick
2015-04-08 17:17:53 +02:00
parent b5cf44b44c
commit 89036d27af
2 changed files with 9 additions and 14 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ public class Event implements Serializable {
endHour, endMinute);
this.startHour = startHour;
this.startMinute = startMinute;
this.stopHour = stopHour;
this.stopMinute = stopMinute;
this.stopHour = endHour;
this.stopMinute = endMinute;
this.stage = stage;
this.artist = artist;
this.description = description;