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

Commit 7359b0b8 authored by Russ Schnapp's avatar Russ Schnapp Committed by Android (Google) Code Review
Browse files

Merge "Fix erroneous javadoc example SyncRequest.Builder.setExtras"

parents 8999bdc6 c43a6bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ public class SyncRequest implements Parcelable {
         *   SyncRequest.Builder builder =
         *     new SyncRequest.Builder()
         *       .setSyncAdapter(dummyAccount, dummyProvider)
         *       .syncOnce(5 * MINUTES_IN_SECS);
         *       .syncOnce();
         *
         *   for (String syncData : syncItems) {
         *     Bundle extras = new Bundle();