Skip to content

Commit

Permalink
victools#484 preserve the alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdh committed Oct 12, 2024
1 parent dcfbc92 commit 0a2f858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ private void addStandardModule(GeneratorModule module, SchemaGeneratorConfigBuil
break;
default:
throw new MojoExecutionException("Error: Module does not have a name in "
+ "['Jackson', 'JakartaValidation', 'JavaxValidation', 'Swagger15', 'Swagger2', 'MicroProfileOpenApi3']"
+ "['Jackson', 'JakartaValidation', 'JavaxValidation', 'MicroProfileOpenApi3', 'Swagger15', 'Swagger2']"
+ " or does not have a custom classname.");
}
}
Expand Down

0 comments on commit 0a2f858

Please sign in to comment.