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

Commit bc20d592 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Fix toString()"

parents 28709ca6 f5316de4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public final class NetworkTimeSuggestion {
    public String toString() {
        return "NetworkTimeSuggestion{"
                + "mUnixEpochTime=" + mUnixEpochTime
                + "mUncertaintyMillis=" + mUncertaintyMillis
                + ", mUncertaintyMillis=" + mUncertaintyMillis
                + ", mDebugInfo=" + mDebugInfo
                + '}';
    }