mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
bugfix: copyConstructor of endAct did not copy end.arrTime() - fixed
This commit is contained in:
parent
d78297a214
commit
e2ab285d01
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ public final class End implements TourActivity {
|
|||
this.locationId = end.getLocationId();
|
||||
theoretical_earliestOperationStartTime = end.getTheoreticalEarliestOperationStartTime();
|
||||
theoretical_latestOperationStartTime = end.getTheoreticalLatestOperationStartTime();
|
||||
arrTime = end.getArrTime();
|
||||
endTime = end.getEndTime();
|
||||
}
|
||||
|
||||
public double getTheoreticalEarliestOperationStartTime() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue