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

Commit 518c9c1d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ia6baa4935434bcc1106dfb2a4c576ca361e17863
parents c2351141 163eeade
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;
}