summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
index 3a90b2d63313..b4ab571d7520 100644
--- a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
+++ b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
@@ -133,7 +133,7 @@ public class SelectionChangeListener implements XSelectionChangeListener {
}
try {
- Thread.currentThread().sleep( 500 );
+ Thread.sleep( 500 );
} catch( InterruptedException ex ) {
}
}