Delete Event.java

This commit is contained in:
guusvdongen
2015-02-13 17:37:53 +01:00
parent 4e6abc1551
commit d065860c4b
-15
View File
@@ -1,15 +0,0 @@
public class Event
{
private int startTime;
private int endTime;
private Artist artist;
private String description;
private int id;
public Event()
{
}
}