From: Tyler Freeman Date: Wed, 9 Aug 2017 20:55:44 +0000 (-0700) Subject: Remove gender-specific pronouns from documentation X-Git-Tag: android-x86-8.1-r1~88^2~1^2^2~10^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2504ebf600738cd46565174732dd0b1041b61d27;p=android-x86%2Fframeworks-base.git Remove gender-specific pronouns from documentation Bug: 64847340 Change-Id: Ifc48cebbab8ad1d7223d75637eb63049bc28ae7c --- diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 25c02d17f046..7eebbbdf9e07 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -25697,10 +25697,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * version supported by the application. For example, the method * {@link View#onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)} is not available * in API version 4 when the accessibility APIs were first introduced. If a - * developer would like his application to run on API version 4 devices (assuming + * developer would like their application to run on API version 4 devices (assuming * all other APIs used by the application are version 4 or lower) and take advantage * of this method, instead of overriding the method which would break the application's - * backwards compatibility, he can override the corresponding method in this + * backwards compatibility, they can override the corresponding method in this * delegate and register the delegate in the target View if the API version of * the system is high enough, i.e. the API version is the same as or higher than the API * version that introduced