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

Commit d035d367 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revise doc for NetworkShim"

parents c95af409 b62b20fd
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;
}