Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenaxer committed Nov 29, 2023
1 parent d485340 commit fae9fb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public VehicleEntry create(DvrpVehicle vehicle, double currentTime) {
if (schedule.getStatus() == ScheduleStatus.PLANNED) {
nextTaskIdx = 0;
chargeBeforeNextTask = battery.getCharge();
// STARTED, but the vehicle is out of service time
} else if (currentTime >= vehicle.getServiceEndTime()) {
// The vehicle is out of service time
return null;
} else {
// STARTED, vehicle is in service time
Expand Down

0 comments on commit fae9fb5

Please sign in to comment.