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

Commit 8f582434 authored by easoncylee's avatar easoncylee Committed by Chun-Yi Lee
Browse files

Fix typo from @see : to @see.

This was introduced in https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/10119408 and caused a doc build failure

Bug: 147979711

Change-Id: I69825a4063fc2ebbcbc25a7fea0e38e56fb51acd
parent ece12a89
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -67,9 +67,9 @@ public final class PinResult implements Parcelable {
    /**
     * Returns either success, incorrect or failure.
     *
     * @see: #PIN_RESULT_TYPE_SUCCESS
     * @see: #PIN_RESULT_TYPE_INCORRECT
     * @see: #PIN_RESULT_TYPE_FAILURE
     * @see #PIN_RESULT_TYPE_SUCCESS
     * @see #PIN_RESULT_TYPE_INCORRECT
     * @see #PIN_RESULT_TYPE_FAILURE
     * @return The result type of the pin attempt.
     */
    public @PinResultType int getType() {
@@ -94,9 +94,9 @@ public final class PinResult implements Parcelable {
     * PinResult constructor
     *
     * @param type The type of pin result.
     * @see: #PIN_RESULT_TYPE_SUCCESS
     * @see: #PIN_RESULT_TYPE_INCORRECT
     * @see: #PIN_RESULT_TYPE_FAILURE
     * @see #PIN_RESULT_TYPE_SUCCESS
     * @see #PIN_RESULT_TYPE_INCORRECT
     * @see #PIN_RESULT_TYPE_FAILURE
     * @param attemptsRemaining Number of pin attempts remaining.
     */
    public PinResult(@PinResultType int type, int attemptsRemaining) {