Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Jan 12, 2024
1 parent 5733fd9 commit b041707
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.matsim.freight.logistics.LSPSimulationTracker;
import org.matsim.freight.logistics.LogisticChainElement;
import org.matsim.freight.logistics.shipment.LSPShipment;
import org.matsim.freight.logistics.shipment.ShipmentLeg;
import org.matsim.freight.logistics.shipment.ShipmentPlanElement;
import org.matsim.freight.logistics.shipment.ShipmentUtils;

Expand Down Expand Up @@ -121,7 +122,7 @@ private void logTransport(Id<Carrier> carrierId, Id<Link> fromLinkId,
builder.setLogisticChainElement(logisticChainElement);
builder.setResourceId(resource.getId());
builder.setStartTime(startTime);
ShipmentPlanElement transport = builder.build();
ShipmentLeg transport = builder.build();
String idString =
transport.getResourceId()
+ ""
Expand Down

0 comments on commit b041707

Please sign in to comment.