Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 163eeade authored by Chiachang Wang's avatar Chiachang Wang Committed by android-build-merger
Browse files

Merge "Revise doc for NetworkShim"

am: d035d367

Change-Id: I08883603c7ea00f06b546a2718fce7fc47b73e7c
parents 40517c2f d035d367
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public class NetworkShimImpl implements NetworkShim {

    /**
     * Get the netId of the network.
     * Throw UnsupportedApiLevelException if API is not available in this API level.
     * @throws UnsupportedApiLevelException if API is not available in this API level.
     */
    @Override
    public int getNetId() throws UnsupportedApiLevelException {
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ public interface NetworkShim {
    /**
     * @see android.net.Network.netId.
     *
     * Throw UnsupportedApiLevelException if API is not available in the API level.
     * @throws UnsupportedApiLevelException if API is not available in the API level.
     */
    int getNetId() throws UnsupportedApiLevelException;
}