Merge "Fix broken Javadoc links in frameworks/base"

This commit is contained in:
Treehugger Robot
2019-08-03 01:37:45 +00:00
committed by Gerrit Code Review
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;