Merge "Update language to comply with Android's inclusive language guidance" am: 4cb1ece9d1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1382538

Change-Id: I1198ac5c6d212f19661c96cda7f14c9cd03fad6f
This commit is contained in:
Treehugger Robot
2020-07-31 15:16:40 +00:00
committed by Automerger Merge Worker

View File

@@ -216,7 +216,7 @@ public final class SQLiteDatabase extends SQLiteClosable {
* even a pathological LIKE or GLOB pattern of 50000 bytes relatively quickly.
* The denial of service problem only comes into play when the pattern length gets
* into millions of bytes. Nevertheless, since most useful LIKE or GLOB patterns
* are at most a few dozen bytes in length, paranoid application developers may
* are at most a few dozen bytes in length, cautious application developers may
* want to reduce this parameter to something in the range of a few hundred
* if they know that external users are able to generate arbitrary patterns.
*/