Skip to content

Commit

Permalink
Merge pull request #2961 from steffenaxer/extendDvrpCfg
Browse files Browse the repository at this point in the history
Extendable DvrpConfigGroup
  • Loading branch information
steffenaxer authored Nov 25, 2023
2 parents 6ca890e + ab4a619 commit d6eeed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import jakarta.validation.constraints.Positive;
import jakarta.validation.constraints.PositiveOrZero;

public final class DvrpConfigGroup extends ReflectiveConfigGroupWithConfigurableParameterSets {
public class DvrpConfigGroup extends ReflectiveConfigGroupWithConfigurableParameterSets {
private static final Logger log = LogManager.getLogger(DvrpConfigGroup.class);

public static final String GROUP_NAME = "dvrp";
Expand Down

0 comments on commit d6eeed9

Please sign in to comment.