am 2edf372e: fix javadoc error

* commit '2edf372ed2a7f6e640591dbb76b429eecd5e31d0':
  fix javadoc error
This commit is contained in:
Scott Main
2013-07-23 13:55:20 -07:00
committed by Android Git Automerger

View File

@@ -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);