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

Commit 4a532813 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix broken Javadoc links in frameworks/base"

parents ecc1ceb1 92ff83bd
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;