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

Commit a13bfae2 authored by Griff Hazen's avatar Griff Hazen Committed by Android Git Automerger
Browse files

am cfa27161: am 50c11659: Fix Notification sdk docs build.

* commit 'cfa27161':
  Fix Notification sdk docs build.
parents 6d6ce03a cfa27161
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1456,7 +1456,7 @@ public class Notification implements Parcelable
        /**
         * Add a timestamp pertaining to the notification (usually the time the event occurred).
         * It will be shown in the notification content view by default; use
         * {@link Builder#setShowWhen(boolean) setShowWhen} to control this.
         * {@link #setShowWhen(boolean) setShowWhen} to control this.
         *
         * @see Notification#when
         */
@@ -1466,7 +1466,7 @@ public class Notification implements Parcelable
        }

        /**
         * Control whether the timestamp set with {@link Builder#setWhen(long) setWhen} is shown
         * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
         * in the content view.
         */
        public Builder setShowWhen(boolean show) {