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

Commit 05d60beb authored by Trevor Johns's avatar Trevor Johns
Browse files

docs: Fix minor typo in android.content.SyncResult

Change "storage later" to "storage layer" in docs for
SyncResult.databaseError.

Change-Id: I5fa07c2e58c65dbe00b1341f0cca99d47d2dd264
parent ae8f82f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public final class SyncResult implements Parcelable {

    /**
     * Used to indicate that the SyncAdapter experienced a hard error due to an error it
     * received from interacting with the storage later. The SyncManager will record that
     * received from interacting with the storage layer. The SyncManager will record that
     * the sync request failed and it will not reschedule the request.
     */
    public boolean databaseError;