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

Commit b62b20fd authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Revise doc for NetworkShim

Bug: 130325409
Test: atest NetworkStackTests NetworkStackNextTests
Test: m doc-comment-check-docs
Change-Id: Ie1813a1304533349bbd27fada94a9aeb223f09e0
parent 24af3a96
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;
}