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

Commit f340ab69 authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Make StatsEvent.newBuilder() static

Bug: 141696033
Test: m -j
Change-Id: I660a4384f037327ba475e3badd7cba7fea7f77a5
Merged-In: I660a4384f037327ba475e3badd7cba7fea7f77a5
parent a0a4cdf7
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());
    }