summaryrefslogtreecommitdiff
path: root/java/com/google/android/libraries/mobiledatadownload/file/backends/FileUriAdapter.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/android/libraries/mobiledatadownload/file/backends/FileUriAdapter.java')
-rw-r--r--java/com/google/android/libraries/mobiledatadownload/file/backends/FileUriAdapter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/android/libraries/mobiledatadownload/file/backends/FileUriAdapter.java b/java/com/google/android/libraries/mobiledatadownload/file/backends/FileUriAdapter.java
index ea73f06..625e1c1 100644
--- a/java/com/google/android/libraries/mobiledatadownload/file/backends/FileUriAdapter.java
+++ b/java/com/google/android/libraries/mobiledatadownload/file/backends/FileUriAdapter.java
@@ -22,7 +22,7 @@ import java.io.File;
/**
* Adapter for converting "file:" URIs into java.io.File. This is considered dangerous since it
- * ignores parts of the Uri at the caller's peril, and thus is only available to allowlisted clients
+ * ignores parts of the Uri at the caller's peril, and thus is only available to whitelisted clients
* (mostly internal).
*/
public class FileUriAdapter implements UriAdapter {