diff options
| author | 2014-09-16 00:00:36 +0000 | |
|---|---|---|
| committer | 2014-09-16 00:00:37 +0000 | |
| commit | 85be2722682998d632e6e475bad402327cd7351c (patch) | |
| tree | 9c51be21886ff9afdf33304620a04e2b289079f3 | |
| parent | afd3a3a0491f2997b479f4c17bcfc7bc75bc6670 (diff) | |
| parent | 953b5625d5342cb20d44bfc67fb822d54abda927 (diff) | |
Merge "Fix a typo in comment." into lmp-dev
| -rw-r--r-- | core/java/android/net/NetworkInfo.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/net/NetworkInfo.java b/core/java/android/net/NetworkInfo.java index 7664c959f6e3..393637e8d048 100644 --- a/core/java/android/net/NetworkInfo.java +++ b/core/java/android/net/NetworkInfo.java @@ -411,8 +411,7 @@ public class NetworkInfo implements Parcelable { /** * 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() { |