commit | 9d294201bf7e375be3ff5198d0087fde6522d28e | [log] [tgz] |
---|---|---|
author | Ang Li <angli@google.com> | Mon Sep 15 14:44:01 2014 -0700 |
committer | Ang Li <angli@google.com> | Mon Sep 15 15:09:16 2014 -0700 |
tree | 84a449546e09a88f367797111f395192156184ab | |
parent | 39fc7d5e8e0f8106ea0c7163b7fbb9dac2ca454d [diff] |
Fix a typo in comment. Change-Id: I23224b1adf946ebec0ec7a39686913189c9b8287
diff --git a/core/java/android/net/NetworkInfo.java b/core/java/android/net/NetworkInfo.java index 7664c95..393637e 100644 --- a/core/java/android/net/NetworkInfo.java +++ b/core/java/android/net/NetworkInfo.java
@@ -411,8 +411,7 @@ /** * Report the extra information about the network state, if any was - * provided by the lower networking layers., - * if one is available. + * provided by the lower networking layers. * @return the extra information, or null if not available */ public String getExtraInfo() {