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

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Aug 14, 2024
1 parent 804b99d commit e2122a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

public class CollectionResourceTest {

//die Trackers sind ja erst ein Bestandteil des Scheduling bzw. Replanning und kommen hier noch nicht rein.
//Die Tracker sind ja erst ein Bestandteil des Scheduling bzw. Replanning und kommen hier noch nicht rein.
//Man kann sie deshalb ja extra außerhalb des Builders einsetzen.

private org.matsim.vehicles.VehicleType collectionType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

public class DistributionResourceTest {

//die Trackers sind ja erst ein Bestandteil des Scheduling bzw. Replanning und kommen hier noch nicht rein.
//Man kann sie deshalb ja extra au�erhalb des Builders einsetzen.
//Die Tracker sind ja erst ein Bestandteil des Scheduling bzw. Replanning und kommen hier noch nicht rein.
//Man kann sie deshalb ja extra außerhalb des Builders einsetzen.

private org.matsim.vehicles.VehicleType distributionType;
private CarrierVehicle distributionCarrierVehicle;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,6 @@ public void testFirstReloadLSPMobsim() {
@Test
public void compareEvents(){
MatsimTestUtils.assertEqualEventsFiles(utils.getClassInputDirectory() + "output_events.xml.gz", utils.getOutputDirectory() + "output_events.xml.gz" );
//Please note, that this result contains also reloding / hubHandlingStarts after the main run (even if there is no further distribution carrier)
//Please note, that this result contains also reloading / hubHandlingStarts after the main run (even if there is no further distribution carrier)
}
}

0 comments on commit e2122a7

Please sign in to comment.