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

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

Merge "Recommend writeTypedObject()" into main

parents df0bba92 abb4eae2
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();
            }