Skip to content

Commit

Permalink
Perform clean code of bundles/org.eclipse.equinox.concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-equinox-bot committed Jan 30, 2025
1 parent 7def4c5 commit 583b503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class FutureProgressMonitor extends ProgressMonitorWrapper {

private IProgressMonitor monitor;
private Object lock = new Object();
private final Object lock = new Object();

/**
* Create a new progress monitor wrapping the given monitor. The nested monitor
Expand Down

0 comments on commit 583b503

Please sign in to comment.