[TASK] Update simulation code.

This commit is contained in:
Jan Philipp Timme 2016-08-12 16:07:01 +02:00
parent 2e14b614f9
commit 018f54ea1c
1 changed files with 4 additions and 0 deletions

View File

@ -98,5 +98,9 @@ public class RentACarSimulation implements Runnable {
public void pleaseStopSimulation() {
this.runSimulation = false;
}
public static String getSomeQuery() {
}
}