Skip to content

Commit

Permalink
Fixed non final class error identified by PMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed May 27, 2024
1 parent 05c1874 commit 68daf11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import java.util.List;

public class MetaschemaCommands {
public final class MetaschemaCommands {
public static final List<ICommand> COMMANDS = List.of(
new ValidateModuleCommand(),
new GenerateSchemaCommand(),
Expand Down

0 comments on commit 68daf11

Please sign in to comment.