Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Treehugger Robot
2020-07-31 15:43:51 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ public class DropBoxManager {
} }
/** /**
* Create a dummy instance for testing. All methods will fail unless * Create an instance for testing. All methods will fail unless
* overridden with an appropriate mock implementation. To obtain a * overridden with an appropriate mock implementation. To obtain a
* functional instance, use {@link android.content.Context#getSystemService}. * functional instance, use {@link android.content.Context#getSystemService}.
*/ */

View File

@@ -1302,7 +1302,7 @@ public final class FileUtils {
/** {@hide} */ /** {@hide} */
public static int translateModeStringToPosix(String mode) { public static int translateModeStringToPosix(String mode) {
// Sanity check for invalid chars // Quick check for invalid chars
for (int i = 0; i < mode.length(); i++) { for (int i = 0; i < mode.length(); i++) {
switch (mode.charAt(i)) { switch (mode.charAt(i)) {
case 'r': case 'r':