diff options
author | Robert Schaub <rschaub@google.com> | 2015-06-29 17:21:20 -0700 |
---|---|---|
committer | Robert Schaub <rschaub@google.com> | 2015-06-30 12:41:58 -0700 |
commit | f64c80a6cd46ce40018f66ae6f156c5f56bb68d3 (patch) | |
tree | 40cf30f388ef6cb668e1a1f0fb4604ebec9ab2cb | |
parent | fd3b64b8aa0aa974bcc69340e426cc0da92e71ae (diff) | |
download | frameworks_base-f64c80a6cd46ce40018f66ae6f156c5f56bb68d3.zip frameworks_base-f64c80a6cd46ce40018f66ae6f156c5f56bb68d3.tar.gz frameworks_base-f64c80a6cd46ce40018f66ae6f156c5f56bb68d3.tar.bz2 |
docs: Changed link in Java source code comment to repair 404
Need to find out what developer is in charge of CardEmulation.java to include
in review.
Bug: 19950839
Change-Id: Ic30ebaf69e46a70a64c8a123b0f72abaff7d0b80
-rw-r--r-- | core/java/android/nfc/cardemulation/CardEmulation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/nfc/cardemulation/CardEmulation.java b/core/java/android/nfc/cardemulation/CardEmulation.java index 64c2bc2..23d05bd 100644 --- a/core/java/android/nfc/cardemulation/CardEmulation.java +++ b/core/java/android/nfc/cardemulation/CardEmulation.java @@ -40,7 +40,7 @@ import java.util.List; * NFC card emulation services. * * For a general introduction into NFC card emulation, - * please read the <a href="{@docRoot}guide/topics/nfc/ce.html"> + * please read the <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html"> * NFC card emulation developer guide</a>.</p> * * <p class="note">Use of this class requires the |