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

Commit 78733751 authored by Tobias Thierer's avatar Tobias Thierer Committed by Android (Google) Code Review
Browse files

Merge "DataChangedJournal: Make nonfinal to partially fix a test breakage."

parents 140a18a4 61d2bbef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import java.util.function.Consumer;
 * <p>This information is persisted to the filesystem so that it is not lost in the event of a
 * reboot.
 */
public final class DataChangedJournal {
public class DataChangedJournal {
    private static final String TAG = "DataChangedJournal";
    private static final String FILE_NAME_PREFIX = "journal";