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

Commit fbcbeec0 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

Change-Id: I5a6152fa6baab86dde980af57b84167b154b44c7
parents ccd7ed58 4a532813
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;