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

Commit fda4ab69 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc syntax in TypedValue"

parents 73b87010 2b9a3355
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -232,7 +232,9 @@ public class TypedValue {
    };

    /**
     * Determine if a value is a color by comparing {@link type} to {@link #TYPE_FIRST_COLOR_INT}
     * Determine if a value is a color.
     *
     * This works by comparing {@link #type} to {@link #TYPE_FIRST_COLOR_INT}
     * and {@link #TYPE_LAST_COLOR_INT}.
     *
     * @return true if this value is a color