summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-09-16 15:42:01 -0400
committerJoe Onorato <joeo@google.com>2010-09-16 16:01:53 -0400
commit9316232130fe831c998c9d7be9cf67294eccdcae (patch)
treecb93a373da2968ea641f986e68e11a9f3bfab369 /docs
parent723331bde365a8b0db994a8f1856416aac2c23fa (diff)
downloadframeworks_base-9316232130fe831c998c9d7be9cf67294eccdcae.zip
frameworks_base-9316232130fe831c998c9d7be9cf67294eccdcae.tar.gz
frameworks_base-9316232130fe831c998c9d7be9cf67294eccdcae.tar.bz2
Fix broken javadoc.
Change-Id: I4729ebee36117f281af613e0b49f70d7dee5f334
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/ui/dialogs.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/dialogs.jd b/docs/html/guide/topics/ui/dialogs.jd
index d047b2d..f47a709 100644
--- a/docs/html/guide/topics/ui/dialogs.jd
+++ b/docs/html/guide/topics/ui/dialogs.jd
@@ -478,7 +478,7 @@ public class NotificationTest extends Activity {
}
}
- @Override
+ &#64;Override
protected void onPrepareDialog(int id, Dialog dialog) {
switch(id) {
case PROGRESS_DIALOG: