Loading services/backup/java/com/android/server/backup/DataChangedJournal.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
services/backup/java/com/android/server/backup/DataChangedJournal.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading