Skip to content

Commit

Permalink
use a more meaningful name in multi mode am config group
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed Jul 29, 2024
1 parent c1f18fa commit dc8c3a4
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 = "multiModeAlonsoMora";

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

0 comments on commit dc8c3a4

Please sign in to comment.