Skip to content

Commit 17e1ff2

Browse files
committed
Update based on code-review feedback.
1 parent 02b5b9b commit 17e1ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/upload/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private static boolean isMediaDocument(Uri uri) {
155155
}
156156

157157
/**
158-
* Check if the URI is owned by the current application.
158+
* Check if the URI is owned by the current app.
159159
*/
160160
public static boolean isSelfOwned(Context context, Uri uri) {
161161
return uri.getAuthority().equals(context.getPackageName() + ".provider");

0 commit comments

Comments
 (0)