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

Commit d09b1db6 authored by Roger Que's avatar Roger Que
Browse files

Fix improperly terminated <em> in night mode method Javadocs

Change-Id: Ib2c723076d912a48a8ba42bab1ca5de3f780aeb2
parent f06c5627
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ public class UiModeManager {
     * <p>
     * The mode can be one of:
     * <ul>
     *   <li><em>{@link #MODE_NIGHT_NO}<em> sets the device into
     *   <li><em>{@link #MODE_NIGHT_NO}</em> sets the device into
     *       {@code notnight} mode</li>
     *   <li><em>{@link #MODE_NIGHT_YES}</em> sets the device into
     *       {@code night} mode</li>
@@ -844,7 +844,7 @@ public class UiModeManager {
     * <p>
     * The mode can be one of:
     * <ul>
     *   <li><em>{@link #MODE_NIGHT_NO}<em> sets the device into
     *   <li><em>{@link #MODE_NIGHT_NO}</em> sets the device into
     *       {@code notnight} mode</li>
     *   <li><em>{@link #MODE_NIGHT_YES}</em> sets the device into
     *       {@code night} mode</li>