Merge "Fix broken Javadoc links in frameworks/base" am: 4a532813df

am: fbcbeec03c

Change-Id: I5caaf35da16d1890bccad4b6296c44f564117d72
This commit is contained in:
Aurimas Liutikas
2019-08-04 01:25:41 -07:00
committed by android-build-merger
2 changed files with 2 additions and 3 deletions

View File

@@ -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
*/

View File

@@ -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;