Chcekpoint - needs docs cleaning and tests
This commit is contained in:
@ -56,8 +56,8 @@ public class App {
|
||||
final Random generator = new Random();
|
||||
final InputStream inputStream = getClass().getClassLoader().getResourceAsStream("Zajecia.xlsx");
|
||||
final ConfigData data = new ConfigData(
|
||||
new TourData(new Date(System.currentTimeMillis()),
|
||||
new Date(System.currentTimeMillis() + 86400000)),
|
||||
new TourData(new Date(System.currentTimeMillis() - 86400000),
|
||||
new Date(System.currentTimeMillis())),
|
||||
new TourData(new Date(System.currentTimeMillis() + 86400000),
|
||||
new Date(System.currentTimeMillis() + 2 * 86400000)),
|
||||
inputStream);
|
||||
|
Reference in New Issue
Block a user