Merge "DataChangedJournal: Make nonfinal to partially fix a test breakage."
This commit is contained in:
committed by
Android (Google) Code Review
commit
78733751fe
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user