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

Commit 85a8d446 authored by Nikita Dubrovsky's avatar Nikita Dubrovsky
Browse files

Fix typo in javadoc in AutofillValue

Test: presubmits
Change-Id: I8c7d3c9cca57a8e272b63f72fea68978a5073cac
parent 963c5ac7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ public final class AutofillValue implements Parcelable {
    }

    /**
     * Checks is this is a text value.
     * Checks if this is a text value.
     *
     * <p>See {@link View#AUTOFILL_TYPE_TEXT} for more info.</p>
     */
@@ -89,7 +89,7 @@ public final class AutofillValue implements Parcelable {
    }

    /**
     * Checks is this is a toggle value.
     * Checks if this is a toggle value.
     *
     * <p>See {@link View#AUTOFILL_TYPE_TOGGLE} for more info.</p>
     */
@@ -110,7 +110,7 @@ public final class AutofillValue implements Parcelable {
    }

    /**
     * Checks is this is a list value.
     * Checks if this is a list value.
     *
     * <p>See {@link View#AUTOFILL_TYPE_LIST} for more info.</p>
     */
@@ -131,7 +131,7 @@ public final class AutofillValue implements Parcelable {
    }

    /**
     * Checks is this is a date value.
     * Checks if this is a date value.
     *
     * <p>See {@link View#AUTOFILL_TYPE_DATE} for more info.</p>
     */