summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-07-23 13:55:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-23 13:55:20 -0700
commitef43b7617c3b067d5d1f34ed41581f55c28c0659 (patch)
treeae34ac93939f8e72cdfa642dad2885d992029d63
parenta73fb627dc87128b7999fac4d8742881737290d6 (diff)
parent2edf372ed2a7f6e640591dbb76b429eecd5e31d0 (diff)
downloadframeworks_base-ef43b7617c3b067d5d1f34ed41581f55c28c0659.zip
frameworks_base-ef43b7617c3b067d5d1f34ed41581f55c28c0659.tar.gz
frameworks_base-ef43b7617c3b067d5d1f34ed41581f55c28c0659.tar.bz2
am 2edf372e: fix javadoc error
* commit '2edf372ed2a7f6e640591dbb76b429eecd5e31d0': fix javadoc error
-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 23ef518..453d9d7 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);