juste enlever les 2 deprecated pas enlevé
This commit is contained in:
parent
ca03cd5860
commit
d7c5d21b42
1 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ public class Path {
|
|||
* @param speed Speed to compute the travel time.
|
||||
* @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 travelTime=0; // sinon error si on met O.O
|
||||
|
@ -227,7 +227,7 @@ public class Path {
|
|||
* every arc.
|
||||
*
|
||||
* @return Minimum travel time to travel this path (in seconds).
|
||||
* @deprecated Need to be implemented.
|
||||
*
|
||||
*/
|
||||
public double getMinimumTravelTime() {
|
||||
double minimumTravelTime=0;
|
||||
|
|
Loading…
Reference in a new issue