Skip to content

Commit

Permalink
use more meaningful name for multi mode config group (#38)
Browse files Browse the repository at this point in the history
* use a more meaningful name in multi mode am config group

* Update MultiModeAlonsoMoraConfigGroup.java
  • Loading branch information
nkuehnel authored Aug 19, 2024
1 parent c1f18fa commit d064e8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.matsim.core.config.ReflectiveConfigGroup;

public class MultiModeAlonsoMoraConfigGroup extends ReflectiveConfigGroup {
public static final String GROUP_NAME = "mode";
public static final String GROUP_NAME = "alonso_mora";

public MultiModeAlonsoMoraConfigGroup() {
super(GROUP_NAME);
Expand Down

0 comments on commit d064e8b

Please sign in to comment.