Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 693fa8f6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark ResolvedResourcesJob.buildDocumentList() as private" into main

parents 8e64da21 1553972b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public abstract class ResolvedResourcesJob extends Job {
    /**
     * @return number of docs successfully loaded.
     */
    protected int buildDocumentList() {
    private int buildDocumentList() {
        final ContentResolver resolver = appContext.getContentResolver();
        Iterable<Uri> uris;
        try {