summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-07-23 13:52:05 -0700
committerScott Main <smain@google.com>2013-07-23 13:52:05 -0700
commit2edf372ed2a7f6e640591dbb76b429eecd5e31d0 (patch)
treeae34ac93939f8e72cdfa642dad2885d992029d63
parent3dee8aaf17c9e383afe91a30eff1aa7c1f8fed69 (diff)
downloadbase-2edf372ed2a7f6e640591dbb76b429eecd5e31d0.tar.gz
fix javadoc error
Change-Id: Ieae3e73cda9541e774626fbd73100cdadc1513ad
-rw-r--r--docs/html/guide/topics/ui/actionbar.jd3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd
index 23ef5183a115..453d9d7c6aba 100644
--- a/docs/html/guide/topics/ui/actionbar.jd
+++ b/docs/html/guide/topics/ui/actionbar.jd
@@ -772,8 +772,7 @@ public boolean onCreateOptionsMenu(Menu menu) {
/** Defines a default (dummy) share intent to initialize the action provider.
* However, as soon as the actual content to be used in the intent
* is known or changes, you must update the share intent by again calling
- * mShareActionProvider.{@link
- * android.support.v7.widget.ShareActionProvider#setShareIntent setShareIntent()}
+ * mShareActionProvider.{@link android.support.v7.widget.ShareActionProvider#setShareIntent setShareIntent()}
*/
private Intent getDefaultIntent() {
Intent intent = new Intent(Intent.ACTION_SEND);