summaryrefslogtreecommitdiffstats
path: root/docs/html/training/multiple-threads/define-runnable.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/training/multiple-threads/define-runnable.jd')
-rw-r--r--docs/html/training/multiple-threads/define-runnable.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/multiple-threads/define-runnable.jd b/docs/html/training/multiple-threads/define-runnable.jd
index 17640a9..40853d3 100644
--- a/docs/html/training/multiple-threads/define-runnable.jd
+++ b/docs/html/training/multiple-threads/define-runnable.jd
@@ -98,7 +98,7 @@ class PhotoDecodeRunnable implements Runnable {
android.os.Process.setThreadPriority(android.os.Process.THREAD_PRIORITY_BACKGROUND);
...
/*
- * Stores the current Thread in the the PhotoTask instance,
+ * Stores the current Thread in the PhotoTask instance,
* so that the instance
* can interrupt the Thread.
*/