aboutsummaryrefslogtreecommitdiff
path: root/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/CardService.java
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/CardService.java')
-rw-r--r--connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/CardService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/CardService.java b/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/CardService.java
index a409d28f..123785ed 100644
--- a/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/CardService.java
+++ b/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/CardService.java
@@ -65,7 +65,7 @@ public class CardService extends HostApduService {
* This method will be called when a command APDU has been received from a remote device. A
* response APDU can be provided directly by returning a byte-array in this method. In general
* response APDUs must be sent as quickly as possible, given the fact that the user is likely
- * holding his device over an NFC reader when this method is called.
+ * holding their device over an NFC reader when this method is called.
*
* <p class="note">If there are multiple services that have registered for the same AIDs in
* their meta-data entry, you will only get called if the user has explicitly selected your