This commit is contained in:
Bensouda Idriss 2023-03-22 10:29:51 +01:00
parent ce66d2162b
commit b4561e58d1
2 changed files with 1 additions and 1 deletions

View file

@ -229,7 +229,7 @@ public class Path {
* @return Time (in seconds) required to travel this path at the given speed (in
* kilometers-per-hour).
*
* @deprecated Need to be implemented.
*
*/
public double getTravelTime(double speed) {
double TotalTime = 0;