Skip to content

Commit

Permalink
comment/javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Oct 12, 2023
1 parent a265eff commit d99db37
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
package org.matsim.freight.carriers.controler;

/**
* Utils for the work with the freight contrib
* Utils class for (package-private) content of freight.carriers.controler - package;
*
* @author kturner
*
*/
public class CarrierControlerUtils {


public static CarrierStrategyManager createDefaultCarrierStrategyManager() {
return new CarrierStrategyManagerImpl();
}
Expand Down

0 comments on commit d99db37

Please sign in to comment.