Moved the database file back where it belongs.

main
Liam Beckett 9 years ago
parent 57c7a4d326
commit 39cdb4b583

Binary file not shown.

@ -62,7 +62,7 @@ public class App extends Application
e.printStackTrace();
}
/*
//testout single route adding
try {
currentDataset.addRoute("D2", "MAC", "WIN", "Y", "0", "NOW");
@ -75,7 +75,7 @@ public class App extends Application
}catch (DataException e){
e.printStackTrace();
}
/*
//testout single airline adding
try {
currentDataset.addAirline("Dota2", "Valve", "D2", "DOT", "Defence of the Ancients", "Steam", "Y");
@ -101,7 +101,7 @@ public class App extends Application
System.out.println(currentDataset.importRoute("res/Samples/Routes.txt"));
} catch (DataException e) {
e.printStackTrace();
}*/
}
//testing out flight parser
try {

Loading…
Cancel
Save