diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-08-21 15:14:02 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-08-24 17:37:32 -0700 |
commit | 4a51c20ce607c74914f90fd897f04080121ac13b (patch) | |
tree | 067caf43aa752a8952061d7d8e03fb1aeb77c96e /wifi/java | |
parent | cf3a08307d1599eaa91d7cc4e7c601e5fa13037f (diff) | |
download | frameworks_base-4a51c20ce607c74914f90fd897f04080121ac13b.zip frameworks_base-4a51c20ce607c74914f90fd897f04080121ac13b.tar.gz frameworks_base-4a51c20ce607c74914f90fd897f04080121ac13b.tar.bz2 |
I am getting tired of the java doc warnings, so fix them.
Change-Id: I2205eebae419eaf4a0992c9f5b7cd807eb843fe1
Diffstat (limited to 'wifi/java')
-rw-r--r-- | wifi/java/android/net/wifi/WifiManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index d8a03a9..27755ed 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -960,7 +960,7 @@ public class WifiManager { * * If this MulticastLock is not reference-counted, the first call to * {@code release} (after the radio was multicast locked using - * {@linke #acquire}) will unlock the multicast, and subsequent calls + * {@link #acquire}) will unlock the multicast, and subsequent calls * will be ignored. * * Note that if any other Wifi Multicast Locks are still outstanding |