[Minor] trying to fix broken LockingTest which has an infinite loop

This commit is contained in:
Robert von Burg 2014-02-24 21:57:57 +01:00
parent 069361f476
commit c3a556df81
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class LockingTest {
private static final String RESOURCE_LOCATOR = "Resource/TestType/MyTestResource";
protected static RuntimeMock runtimeMock;
private boolean run;
private volatile boolean run;
@BeforeClass
public static void beforeClass() {