Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 2, 2024
1 parent 2c0d72e commit 4ff98c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public abstract class AbstractJLinkMojo extends AbstractMojo {
@Parameter(defaultValue = "${session}", readonly = true, required = true)
private MavenSession session;

private ToolchainManager toolchainManager;
private final ToolchainManager toolchainManager;

public AbstractJLinkMojo(ToolchainManager toolchainManager) {
this.toolchainManager = toolchainManager;
Expand Down

0 comments on commit 4ff98c1

Please sign in to comment.