aboutsummaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@google.com>2020-07-30 19:57:17 -0600
committerJeff Sharkey <jsharkey@google.com>2020-07-30 20:03:39 -0600
commit325fd8600e4a2ea36df39fbd370513f0c7363fa2 (patch)
tree2c196a20bbc7a77e718920ca29952b6845d064eb /connectivity
parent698bcc6a308b93a5ca68437c1cdfe4900e15fc08 (diff)
downloadandroid-325fd8600e4a2ea36df39fbd370513f0c7363fa2.tar.gz
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: Ie7e7dd0f1afcfa04856c29484304c15a6cc60c8b
Diffstat (limited to 'connectivity')
-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