Skip to content

Commit

Permalink
Ensure unprotected concurrent thread access does not corrupt memory :)
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree authored and koentsje committed Sep 12, 2014
1 parent 09cd35d commit 70daea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class ForgeWizardPage extends WizardPage implements Listener {
private CommandController controller;
private boolean changed;

private boolean userTyping;
private volatile boolean userTyping;
private Thread validationThread = null;

private List<ComponentControlEntry> componentControlEntries = new ArrayList<>();
Expand Down

0 comments on commit 70daea2

Please sign in to comment.