diff options
| author | 2015-01-02 10:28:22 +0000 | |
|---|---|---|
| committer | 2015-01-02 10:28:22 +0000 | |
| commit | 3d6cfe0eb1c9fcfabaf7b02548dd6d5cc16203d6 (patch) | |
| tree | af931812093cd1f295e0e4aa861085aa93061d8e | |
| parent | d3d95172c3645a1d7a12e540638207ae4fb69cae (diff) | |
| parent | 873b291b15c35ae1ec7ea29de4c012275e13e761 (diff) | |
am 873b291b: Merge "fix issuse 65774"
* commit '873b291b15c35ae1ec7ea29de4c012275e13e761':
fix issuse 65774
| -rw-r--r-- | core/java/android/nfc/tech/Ndef.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/nfc/tech/Ndef.java b/core/java/android/nfc/tech/Ndef.java index 5852ce4ab9dc..fdccaae9cb1b 100644 --- a/core/java/android/nfc/tech/Ndef.java +++ b/core/java/android/nfc/tech/Ndef.java @@ -51,7 +51,7 @@ import java.io.IOException; * {@link Ndef} on NFC Forum Tag Types 1-4, and implement all NDEF operations * as defined in this class. * - * <p>Some vendors have there own well defined specifications for storing NDEF data + * <p>Some vendors have their own well defined specifications for storing NDEF data * on tags that do not fall into the above categories. Android devices with NFC * should enumerate and implement {@link Ndef} under these vendor specifications * where possible, but it is not mandatory. {@link #getType} returns a String |