This commit is contained in:
unknown
2015-04-08 17:24:29 +02:00
parent 69c05da3fd
commit b8a7d9c02d
2 changed files with 111 additions and 160 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;