Merge "[CM] Fix comments, add tests to TransportInfo API" am: 4060bc1480 am: be97184c39

am: e907da9b5a

Change-Id: I0a81b7b48bb02da202dd7feaa1440801b794ce67
This commit is contained in:
Etan Cohen
2018-12-11 22:22:36 -08:00
committed by android-build-merger
2 changed files with 10 additions and 3 deletions

View File

@@ -931,7 +931,7 @@ public final class NetworkCapabilities implements Parcelable {
* Returns a transport-specific information container. The application may cast this
* container to a concrete sub-class based on its knowledge of the network request. The
* application should be able to deal with a {@code null} return value or an invalid case,
* e.g. use {@code instanceof} operation to verify expected type.
* e.g. use {@code instanceof} operator to verify expected type.
*
* @return A concrete implementation of the {@link TransportInfo} class or null if not
* available for the network.