testreussit

这个提交包含在:
El Haji Fofana 2023-03-22 10:28:39 +01:00
父节点 ce66d2162b
当前提交 052958ee6e
共有 2 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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;