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.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/qa/integration/forms/WaitForInput.java b/forms/qa/integration/forms/WaitForInput.java
index f0109aa485d4..8a71c8f0662c 100644
--- a/forms/qa/integration/forms/WaitForInput.java
+++ b/forms/qa/integration/forms/WaitForInput.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,8 +28,8 @@ package integration.forms;
class WaitForInput extends java.lang.Thread
{
- private Object m_aToNotify;
- private boolean m_bDone;
+ private Object m_aToNotify;
+ private boolean m_bDone;
public WaitForInput( Object aToNotify )
{