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

Commit 4cbe6852 authored by David Su's avatar David Su
Browse files

SoftApConfig: Fix broken JavaDoc @links

JavaDoc @links refer to @hide @IntDef, instead
reference public constants.

Bug: 140299412
Test: m doc-comment-check-docs
Change-Id: If076d89167d67ce9dfebc69644947cd6ed37f11d
parent 0a8400ec
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -212,7 +212,6 @@ public final class SoftApConfiguration implements Parcelable {
     */
    public static final int SECURITY_TYPE_OPEN = 0;


    /**
     * The definition of security type WPA2-PSK.
     */
@@ -408,7 +407,11 @@ public final class SoftApConfiguration implements Parcelable {
    /**
     * Get security type params which depends on which security passphrase to set.
     *
     * @return One of the security types from {@link SecurityType}.
     * @return One of:
     * {@link #SECURITY_TYPE_OPEN},
     * {@link #SECURITY_TYPE_WPA2_PSK},
     * {@link #SECURITY_TYPE_WPA3_SAE_TRANSITION},
     * {@link #SECURITY_TYPE_WPA3_SAE}
     */
    public @SecurityType int getSecurityType() {
        return mSecurityType;