diff options
| author | 2025-01-06 19:33:52 -0800 | |
|---|---|---|
| committer | 2025-01-06 19:33:52 -0800 | |
| commit | d09b1db6592fef590dc144a101c30acec897b24e (patch) | |
| tree | ed9f8044723c2a5e903eac4ceb5aec0dbb5d9b80 | |
| parent | f06c5627a43e6d2be7107c3990560eee1f29056e (diff) | |
Fix improperly terminated <em> in night mode method Javadocs
Change-Id: Ib2c723076d912a48a8ba42bab1ca5de3f780aeb2
| -rw-r--r-- | core/java/android/app/UiModeManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/UiModeManager.java b/core/java/android/app/UiModeManager.java index 7903f1c0c5c3..f2b0d65bd259 100644 --- a/core/java/android/app/UiModeManager.java +++ b/core/java/android/app/UiModeManager.java @@ -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> |