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

Commit ee87b653 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Revise doc for NetworkShim" am: d035d367 am: 163eeade am: 518c9c1d

Change-Id: I12b1b6c9323cbb4f0a7626c0b7512a7e8728179a
parents 6aa79cd3 518c9c1d
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;
}