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

Commit f9b86868 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Merge "Fix broken Javadoc links in frameworks/base" am: 4a532813 am: fbcbeec0 am: 3bd2895b

am: c79a232e

Change-Id: I8faff7f14748b5d1092698862016ec59d0a7b181
parents 4004d188 c79a232e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ import android.os.Parcelable;
 *  Class that represents useful attributes of generic network links
 *  such as the upload/download throughput or packet error rate.
 *  Generally speaking, you should be dealing with instances of
 *  LinkQualityInfo subclasses, such as {@link android.net.#WifiLinkQualityInfo}
 *  or {@link android.net.#MobileLinkQualityInfo} which provide additional
 *  LinkQualityInfo subclasses, such as {@link android.net.WifiLinkQualityInfo}
 *  or {@link android.net.MobileLinkQualityInfo} which provide additional
 *  information.
 *  @hide
 */
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ public class AudioPortConfig {

    /**
     * The gain configuration if this port supports gain control, null otherwise
     * @see AudioGainConfig.
     */
    public AudioGainConfig gain() {
        return mGain;