Skip to content

Commit

Permalink
x compile errors after Update in MATSim-libs: Controller has now 2 "l"s
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 authored Oct 14, 2024
1 parent 214e534 commit 42b181e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.matsim.api.core.v01.Scenario;
import org.matsim.freight.carriers.FreightCarriersConfigGroup;
import org.matsim.freight.carriers.*;
import org.matsim.freight.carriers.controler.CarrierControlerUtils;
import org.matsim.freight.carriers.controler.CarrierControllerUtils;
import org.matsim.freight.carriers.controler.CarrierModule;
import org.matsim.freight.carriers.controler.CarrierScoringFunctionFactory;
import org.matsim.freight.carriers.controler.CarrierStrategyManager;
Expand Down Expand Up @@ -159,7 +159,7 @@ private static Config createConfig() {

config.vspExperimental().setVspDefaultsCheckingLevel(VspDefaultsCheckingLevel.warn);
config.addConfigConsistencyChecker(new VspConfigConsistencyCheckerImpl());
ControlerUtils.checkConfigConsistencyAndWriteToLog(config, "dump");
ControllerUtils.checkConfigConsistencyAndWriteToLog(config, "dump");

return config;
} //End createConfig
Expand Down Expand Up @@ -249,7 +249,7 @@ public void install(){
//Benötigt, da listener kein "Null" als StrategyFactory mehr erlaubt, KT 17.04.2015
//Da keine Strategy notwendig, hier zunächst eine "leere" Factory
private static CarrierStrategyManager createMyStrategymanager() {
return CarrierControlerUtils.createDefaultCarrierStrategyManager();
return CarrierControllerUtils.createDefaultCarrierStrategyManager();
}


Expand Down

0 comments on commit 42b181e

Please sign in to comment.