summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/WaitForInput.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/WaitForInput.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/WaitForInput.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/WaitForInput.java b/odk/examples/DevelopersGuide/Forms/WaitForInput.java
index 4017906f1bcb..e74dc39b942a 100644
--- a/odk/examples/DevelopersGuide/Forms/WaitForInput.java
+++ b/odk/examples/DevelopersGuide/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
@@ -26,8 +26,8 @@
************************************************************************/
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 )
{