Compare commits

..

No commits in common. "f235455a1865cf302ea550ec99c0b63753192e09" and "fe83a925095b6a3854e0769aa88d4de9bfa45b14" have entirely different histories.

View file

@ -216,7 +216,7 @@ public class Path {
*/ */
public double getTravelTime(double speed) { public double getTravelTime(double speed) {
// TODO: // TODO:
return getLength() * 3600.0 / (speed * 1000.0); return 0;
} }
/** /**