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

This commit is contained in:
Tobias Thierer
2020-09-30 11:51:22 +00:00
committed by Android (Google) Code Review

View File

@@ -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";