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

Commit 8081a90f authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Revert^2 "Recommend writeTypedObject()"

This reverts commit e0b2df08.

Reason for revert: Not the cause of b/378582034

Change-Id: I95bc59442c1bb47609953cdcf6627aa7f3dbeed8
parent e0b2df08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public final class EfficientParcelableChecker extends BugChecker
            }
            if (WRITE_PARCELABLE.matches(tree, state)) {
                return buildDescription(tree)
                        .setMessage("Recommended to use 'item.writeToParcel()' to improve "
                        .setMessage("Recommended to use 'writeTypedObject()' to improve "
                                + "efficiency; saves overhead of Parcelable class name")
                        .build();
            }