diff options
author | Ben Dodson <bjdodson@google.com> | 2010-08-26 15:27:15 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-08-26 15:27:15 -0700 |
commit | e3f55d45cf91177cf610f95da67435c3719d1877 (patch) | |
tree | 81ae5a59281d6c44a7a24b51617835cee2c7944f /wifi/java/android/net | |
parent | 8ed880d7765dd2fab7f09d90bc1be1eb86a0f0a3 (diff) | |
parent | 4e8620f868e2490782ebb960404140ea9482c91d (diff) | |
download | frameworks_base-e3f55d45cf91177cf610f95da67435c3719d1877.zip frameworks_base-e3f55d45cf91177cf610f95da67435c3719d1877.tar.gz frameworks_base-e3f55d45cf91177cf610f95da67435c3719d1877.tar.bz2 |
Merge "Updated documentation for upcoming fix for @code tags"
Diffstat (limited to 'wifi/java/android/net')
-rw-r--r-- | wifi/java/android/net/wifi/WifiConfiguration.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/java/android/net/wifi/WifiConfiguration.java b/wifi/java/android/net/wifi/WifiConfiguration.java index 559be85..ca4f29f 100644 --- a/wifi/java/android/net/wifi/WifiConfiguration.java +++ b/wifi/java/android/net/wifi/WifiConfiguration.java @@ -216,7 +216,7 @@ public class WifiConfiguration implements Parcelable { /** * The network's SSID. Can either be an ASCII string, * which must be enclosed in double quotation marks - * (e.g., {@code "MyNetwork"}, or a string of + * (e.g., {@code "MyNetwork"}, or a string of * hex digits,which are not enclosed in quotes * (e.g., {@code 01a243f405}). */ @@ -239,7 +239,7 @@ public class WifiConfiguration implements Parcelable { public String preSharedKey; /** * Up to four WEP keys. Either an ASCII string enclosed in double - * quotation marks (e.g., {@code "abcdef"} or a string + * quotation marks (e.g., {@code "abcdef"} or a string * of hex digits (e.g., {@code 0102030405}). * <p/> * When the value of one of these keys is read, the actual key is |