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

Commit 2b9a3355 authored by Ember Rose's avatar Ember Rose
Browse files

Fix javadoc syntax in TypedValue

Fixes: 114296097
Test: make
Change-Id: Ib5b8fef1607487cc0a37f58fe63f67c151cd12fb
parent d54ad2ee
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