[TASK] Update simulation code.
This commit is contained in:
parent
2e14b614f9
commit
018f54ea1c
|
@ -98,5 +98,9 @@ public class RentACarSimulation implements Runnable {
|
||||||
public void pleaseStopSimulation() {
|
public void pleaseStopSimulation() {
|
||||||
this.runSimulation = false;
|
this.runSimulation = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String getSomeQuery() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue