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

Commit 3c0e248b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revert^2 "Recommend writeTypedObject()"" into main

parents 46c865ab 8081a90f
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();
            }