summaryrefslogtreecommitdiff
path: root/apishim/common/com/android/networkstack
diff options
context:
space:
mode:
authorChiachang Wang <chiachangwang@google.com>2019-12-18 16:11:06 +0800
committerChiachang Wang <chiachangwang@google.com>2019-12-18 08:46:40 +0000
commitb62b20fdf456b4406aaef5c267ae89c9b070d595 (patch)
tree4c3dd90ca7cee7f5413b30a65fd955e540d63500 /apishim/common/com/android/networkstack
parent24af3a96fd161b5e7c820abeea6e418573254efe (diff)
Revise doc for NetworkShim
Bug: 130325409 Test: atest NetworkStackTests NetworkStackNextTests Test: m doc-comment-check-docs Change-Id: Ie1813a1304533349bbd27fada94a9aeb223f09e0
Diffstat (limited to 'apishim/common/com/android/networkstack')
-rw-r--r--apishim/common/com/android/networkstack/apishim/NetworkShim.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/apishim/common/com/android/networkstack/apishim/NetworkShim.java b/apishim/common/com/android/networkstack/apishim/NetworkShim.java
index 4cdde7f..fcc66be 100644
--- a/apishim/common/com/android/networkstack/apishim/NetworkShim.java
+++ b/apishim/common/com/android/networkstack/apishim/NetworkShim.java
@@ -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;
}