p2p: revise API Javadoc

Revise API Javadoc according to API council's comments.

Bug: 123661241
Test: build - make docs
Change-Id: I258ecd1c78e95d0847d86965ec306dfd2bdafac1
This commit is contained in:
Jimmy Chen
2019-02-14 18:04:04 +08:00
parent 3d11ee4837
commit 1ddbe82a99

View File

@@ -67,7 +67,7 @@ public class WifiP2pGroup implements Parcelable {
/** The network id in the wpa_supplicant */
private int mNetId;
/** The frequency used by this group */
/** The frequency (in MHz) used by this group */
private int mFrequency;
/** P2P group started string pattern */
@@ -273,7 +273,7 @@ public class WifiP2pGroup implements Parcelable {
this.mNetId = netId;
}
/** Get the operating frequency of the p2p group */
/** Get the operating frequency (in MHz) of the p2p group */
public int getFrequency() {
return mFrequency;
}