diff --git a/contribs/small-scale-traffic-generation/src/main/java/org/matsim/smallScaleCommercialTrafficGeneration/prepare/LanduseDataConnectionCreator.java b/contribs/small-scale-traffic-generation/src/main/java/org/matsim/smallScaleCommercialTrafficGeneration/prepare/LanduseDataConnectionCreator.java index 63f21ef31c9..785bd6aeac1 100644 --- a/contribs/small-scale-traffic-generation/src/main/java/org/matsim/smallScaleCommercialTrafficGeneration/prepare/LanduseDataConnectionCreator.java +++ b/contribs/small-scale-traffic-generation/src/main/java/org/matsim/smallScaleCommercialTrafficGeneration/prepare/LanduseDataConnectionCreator.java @@ -5,7 +5,7 @@ import java.util.concurrent.atomic.AtomicInteger; /** - * Interface for creating the connection between landuse categories and the employee data. + * Interface for creating the connection between landuse or building categories and the required employee data categories for the simulation. * * @author Ricardo Ewert */