This commit is contained in:
Didier Le Botlan 2025-05-22 11:26:14 +02:00
parent d31cfdce25
commit 5140e88075

View file

@ -27,7 +27,7 @@ public interface ArcInspector {
public double getCost(Arc arc);
/**
* @return The maximum speed for this inspector, or
* @return The maximum speed for this inspector in km/h, or
* {@link GraphStatistics#NO_MAXIMUM_SPEED} if none is set.
*/
public int getMaximumSpeed();