Browse Source

Tiny improvements

master
Apostolos Fanakis 6 years ago
parent
commit
ca8bc8291b
  1. 2
      src/gr/auth/ee/computer_networks/networkTests/Vehicle.java
  2. 1
      src/output/keepMeAlive

2
src/gr/auth/ee/computer_networks/networkTests/Vehicle.java

@ -169,7 +169,7 @@ public class Vehicle extends SwingWorker<Void, Void> {
} catch (FileNotFoundException exception) { } catch (FileNotFoundException exception) {
exception.printStackTrace(); exception.printStackTrace();
testSuccess = false; testSuccess = false;
testStatusOutput = "Echo file open failure!"; testStatusOutput = "Vehicle file open failure!";
return null; return null;
} }

1
src/output/keepMeAlive

@ -0,0 +1 @@
This file exists just so I can push the output directory to git. Without this folder the program crashes.
Loading…
Cancel
Save