diff options
| author | 2020-07-31 16:10:16 +0000 | |
|---|---|---|
| committer | 2020-07-31 16:10:16 +0000 | |
| commit | 1e637f36a4e54cf0bbfae5b6bef1544390325d85 (patch) | |
| tree | a417dc6f5859f86eeacb99c69d051e1e659eb9d4 | |
| parent | 439cf370428f162e077b449f3d5ed20b1677644d (diff) | |
| parent | 804e59de871368f02a605137df759fe48f3e2809 (diff) | |
Merge "Update language to comply with Android's inclusive language guidance" am: 4cb1ece9d1 am: 0fa2ec2c23 am: 58c0f8dbbe am: 804e59de87
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1382538
Change-Id: I6739ce2e1a10473595be0057ac327b54890d7c8d
| -rw-r--r-- | core/java/android/database/sqlite/SQLiteDatabase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/database/sqlite/SQLiteDatabase.java b/core/java/android/database/sqlite/SQLiteDatabase.java index 7c4692c9e3af..0efd883e8b55 100644 --- a/core/java/android/database/sqlite/SQLiteDatabase.java +++ b/core/java/android/database/sqlite/SQLiteDatabase.java @@ -219,7 +219,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. */ |