summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/WaitForInput.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/WaitForInput.java')
-rw-r--r--forms/qa/integration/forms/WaitForInput.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/WaitForInput.java b/forms/qa/integration/forms/WaitForInput.java
index 4c56b6eda746..c04c4dbe39d5 100644
--- a/forms/qa/integration/forms/WaitForInput.java
+++ b/forms/qa/integration/forms/WaitForInput.java
@@ -19,7 +19,7 @@ package integration.forms;
class WaitForInput extends java.lang.Thread
{
- private Object m_aToNotify;
+ private final Object m_aToNotify;
private boolean m_bDone;
public WaitForInput( Object aToNotify )