Fix doc build - ScanResult is exposing PassointInfo which is still hidden

Hiding the passpoint information for now.

Change-Id: Ic3cbb84d251478af687d9d46e2276115c8ebef18
This commit is contained in:
Vinit Deshapnde
2014-05-15 17:47:17 -07:00
committed by Vinit Deshpande
parent 8ca0339ddb
commit fdb2575a80

View File

@@ -81,6 +81,7 @@ public class ScanResult implements Parcelable {
/**
* Passpoint ANQP information. This is not fetched automatically.
* Use {@link PasspointManager#requestAnqpInfo} to request ANQP info.
* {@hide}
*/
public PasspointInfo passpoint;