diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-07-31 15:09:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-07-31 15:09:55 +0000 |
commit | 4cb1ece9d1f0dfc61f15ad0e568748604846ccd3 (patch) | |
tree | 10fd3385654892a5c9ea2002389f52c9326bbb09 | |
parent | 4aab6d6cfebac3b5029d25d0e4b2a59859a38ff6 (diff) | |
parent | 104b9949e55b692a7f13bb435d6c6a947f92a073 (diff) |
Merge "Update language to comply with Android's inclusive language guidance"
-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 7a0e183c03fe..56fdd1757d73 100644 --- a/core/java/android/database/sqlite/SQLiteDatabase.java +++ b/core/java/android/database/sqlite/SQLiteDatabase.java @@ -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. */ |