mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Bug 575018: Mark volatile field correctly
Change-Id: I0edebbd906b4a5cfda804ddb3a22c75a04c3e510
This commit is contained in:
parent
467eeb06a4
commit
c33e81872d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class AsyncCompletionWaitor {
|
||||||
*/
|
*/
|
||||||
private IStatus fStatus;
|
private IStatus fStatus;
|
||||||
private Object fReturnInfo;
|
private Object fReturnInfo;
|
||||||
private boolean fWaitFinished;
|
private volatile boolean fWaitFinished;
|
||||||
private int fNumWaiting;
|
private int fNumWaiting;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue