diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java | 2 |
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 ) { } } |