Cleanup old code

This commit is contained in:
Stefan Schueller 2018-03-04 20:47:51 +01:00
parent 6df4031250
commit 57111a7b5b
1 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,4 @@ public class VideoList {
return videoList;
}
public void setEmployeeArrayList(ArrayList<Video> videoArrayList) {
this.videoList = videoArrayList;
}
}