From b13d4a291aec950cf89ac11a9b758870b8cbc4b5 Mon Sep 17 00:00:00 2001 From: Ricardo Ewert Date: Thu, 8 Feb 2024 10:22:01 +0100 Subject: [PATCH] typo --- .../matsim/freightDemandGeneration/FreightDemandGeneration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribs/application/src/main/java/org/matsim/freightDemandGeneration/FreightDemandGeneration.java b/contribs/application/src/main/java/org/matsim/freightDemandGeneration/FreightDemandGeneration.java index 30e50e83cea..eaad22775a1 100644 --- a/contribs/application/src/main/java/org/matsim/freightDemandGeneration/FreightDemandGeneration.java +++ b/contribs/application/src/main/java/org/matsim/freightDemandGeneration/FreightDemandGeneration.java @@ -367,7 +367,7 @@ private void createDemand(DemandGenerationOptions selectedDemandGenerationOption Population population = PopulationUtils.readPopulation(populationFile); switch (selectedSamplingOption) { /* - * this option is important if the sample of the population and the sample of + * This option is important if the sample of the population and the sample of * the resulting demand is different. For example, you can create with a 10pct * sample a 100pct demand modal for the waste collection. */