Comment : km/h

This commit is contained in:
Didier Le Botlan 2025-05-22 11:26:58 +02:00
parent 5ee48b4598
commit 85519ae898

View File

@ -27,7 +27,7 @@ public interface ArcInspector {
public double getCost(Arc arc); 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. * {@link GraphStatistics#NO_MAXIMUM_SPEED} if none is set.
*/ */
public int getMaximumSpeed(); public int getMaximumSpeed();