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

Commit 8a505cde authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make StatsEvent.newBuilder() static"

parents c06439dd c018087c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ public final class StatsEvent {
     * Returns a new StatsEvent.Builder for building StatsEvent object.
     **/
    @NonNull
    public StatsEvent.Builder newBuilder() {
    public static StatsEvent.Builder newBuilder() {
        return new StatsEvent.Builder(Buffer.obtain());
    }