diff options
author | Derek Tan <derektan@google.com> | 2014-02-13 14:49:26 -0800 |
---|---|---|
committer | Derek Tan <derektan@google.com> | 2014-02-13 14:49:26 -0800 |
commit | ded7d1871d702ce628bb8041f28677c801179a38 (patch) | |
tree | 78f9668a1df63c2ec0a18d3bae35c5dd85b7807c /telephony | |
parent | 5b1e07514a09c26c5d6297b93dbd9e534adbd2a8 (diff) | |
download | frameworks_base-ded7d1871d702ce628bb8041f28677c801179a38.zip frameworks_base-ded7d1871d702ce628bb8041f28677c801179a38.tar.gz frameworks_base-ded7d1871d702ce628bb8041f28677c801179a38.tar.bz2 |
Fix the inconsistent name on @param and the real param.
Change-Id: If9853e91f55c0be89cdf77ae7c4369f274a45bb6
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index e5f9a55..108310e 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -1812,9 +1812,9 @@ public class TelephonyManager { * <p>Requires Permission: * {@link android.Manifest.permission#SIM_COMMUNICATION SIM_COMMUNICATION} * - * @param contents String containing SAT/USAT response in hexadecimal - * format starting with command tag. See TS 102 223 for - * details. + * @param content String containing SAT/USAT response in hexadecimal + * format starting with command tag. See TS 102 223 for + * details. * @return The APDU response from the ICC card. */ public String sendEnvelope(String content) { |