Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 13, 2024
1 parent 54b012a commit b06b389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public class DescriptorGeneratorMojo extends AbstractGeneratorMojo {
protected final BuildContext buildContext;

@Inject
protected DescriptorGeneratorMojo(MavenProject project, MojoScanner mojoScanner, BuildContext buildContext) {
public DescriptorGeneratorMojo(MavenProject project, MojoScanner mojoScanner, BuildContext buildContext) {
super(project);
this.mojoScanner = mojoScanner;
this.buildContext = buildContext;
Expand Down

0 comments on commit b06b389

Please sign in to comment.