Skip to content

Commit

Permalink
Add final
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 16, 2024
1 parent 16f4251 commit 7b3b5ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.concurrent.Callable;

public class NoopPluginSubject extends AbstractSubject {
private ThreadPool threadPool;
private final ThreadPool threadPool;

public NoopPluginSubject(ThreadPool threadPool) {
super();
Expand Down

0 comments on commit 7b3b5ec

Please sign in to comment.