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

Commit 59b814ff authored by Shaowei Shen's avatar Shaowei Shen Committed by Android (Google) Code Review
Browse files

Merge "Update javadoc of BackupObserver"

parents 9fb78d9e 71f6a351
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ oneway interface IBackupObserver {
     * even if no individual package backup operations were attempted.
     *
     * @param status Zero on success; a nonzero error code if the backup operation
     *   as a whole failed.
     *   as a whole failed with a transport error.
     */
    void backupFinished(int status);
}