added dev conig

This commit is contained in:
Filip Izydorczyk
2020-12-11 15:27:38 +01:00
parent 0b807e355c
commit d2a679fb22
2 changed files with 3 additions and 8 deletions

View File

@ -48,9 +48,9 @@ public class App {
InputStream inputStream = getClass().getClassLoader().getResourceAsStream("Zajecia.xlsx");
ConfigData data = new ConfigData(
new TourData(new Date(System.currentTimeMillis()),
new Date(System.currentTimeMillis())),
new TourData(new Date(System.currentTimeMillis()),
new Date(System.currentTimeMillis())),
new Date(System.currentTimeMillis() + 86400000)),
new TourData(new Date(System.currentTimeMillis() + 86400000),
new Date(System.currentTimeMillis() + 2 * 86400000)),
inputStream);
this.contrl.config(data);