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

Commit b3f69261 authored by Romain Guy's avatar Romain Guy
Browse files

Fix javadoc typos

Bug: 37328228
Test: compiles
Change-Id: I75323ef5afb30381aa473ebe7172ebb145eac8f3
parent 4db137b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -127,7 +127,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
     */
     */
    public static final int COLOR_MODE_WIDE_COLOR_GAMUT_YES = 0x2;
    public static final int COLOR_MODE_WIDE_COLOR_GAMUT_YES = 0x2;


    /** Constant for {@link #colorMode}: bits that encode whether the dynamic range of the screen. */
    /** Constant for {@link #colorMode}: bits that encode the dynamic range of the screen. */
    public static final int COLOR_MODE_HDR_MASK = 0xc;
    public static final int COLOR_MODE_HDR_MASK = 0xc;
    /** Constant for {@link #colorMode}: bits shift to get the screen dynamic range. */
    /** Constant for {@link #colorMode}: bits shift to get the screen dynamic range. */
    public static final int COLOR_MODE_HDR_SHIFT = 2;
    public static final int COLOR_MODE_HDR_SHIFT = 2;
@@ -155,7 +155,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
            COLOR_MODE_HDR_UNDEFINED;
            COLOR_MODE_HDR_UNDEFINED;


    /**
    /**
     * Bit mask of for color capabilities of the screen. Currently there are two fields:
     * Bit mask of color capabilities of the screen. Currently there are two fields:
     * <p>The {@link #COLOR_MODE_WIDE_COLOR_GAMUT_MASK} bits define the color gamut of
     * <p>The {@link #COLOR_MODE_WIDE_COLOR_GAMUT_MASK} bits define the color gamut of
     * the screen. They may be one of
     * the screen. They may be one of
     * {@link #COLOR_MODE_WIDE_COLOR_GAMUT_NO} or {@link #COLOR_MODE_WIDE_COLOR_GAMUT_YES}.</p>
     * {@link #COLOR_MODE_WIDE_COLOR_GAMUT_NO} or {@link #COLOR_MODE_WIDE_COLOR_GAMUT_YES}.</p>