Skip to content

Commit

Permalink
refactor: make field final
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Dec 28, 2024
1 parent 1615f20 commit 4f42275
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 @@
@Mojo(name = "compile-sass", defaultPhase = LifecyclePhase.PROCESS_RESOURCES, threadSafe = true)
public class CompileSassMojo extends AbstractMojo {

private FileCounter fileCounter;
private final FileCounter fileCounter;

protected SassCommandBuilder sassCommandBuilder;

Expand Down

0 comments on commit 4f42275

Please # to comment.