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

Commit 281836ab authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

Merge "docs: Javadoc typo fix" into pi-dev

am: 3731e47d

Change-Id: I4b98269f78624f9dd62b859cad6977679f877f07
parents b7c2ea64 3731e47d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -251,7 +251,7 @@ import java.util.Map;
 * density, or high density screens, respectively. For example:
 * density, or high density screens, respectively. For example:
 * <pre>
 * <pre>
 * &lt;link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio:1.5)" href="hdpi.css" /&gt;</pre>
 * &lt;link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio:1.5)" href="hdpi.css" /&gt;</pre>
 * <p>The {@code hdpi.css} stylesheet is only used for devices with a screen pixel ration of 1.5,
 * <p>The {@code hdpi.css} stylesheet is only used for devices with a screen pixel ratio of 1.5,
 * which is the high density pixel ratio.
 * which is the high density pixel ratio.
 * </li>
 * </li>
 * </ul>
 * </ul>