From a8f39537ca881d23b9240d19a3d6a32f58739119 Mon Sep 17 00:00:00 2001 From: Jake Hamby Date: Thu, 12 Aug 2010 12:35:43 -0700 Subject: [PATCH] Fix typo and bug in CTS test class. - Fix Javadoc typo in PhoneSubInfo.java - Fix ArrayIndexOutOfBoundsException in SimulatedCommands.java Change-Id: I40dcd52cf9d6990f1f845fca5c1d61cdff93f4d7 --- telephony/java/com/android/internal/telephony/PhoneSubInfo.java | 2 +- .../com/android/internal/telephony/test/SimulatedCommands.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/telephony/java/com/android/internal/telephony/PhoneSubInfo.java b/telephony/java/com/android/internal/telephony/PhoneSubInfo.java index 86c86bbf4a980..a45cad1114de2 100644 --- a/telephony/java/com/android/internal/telephony/PhoneSubInfo.java +++ b/telephony/java/com/android/internal/telephony/PhoneSubInfo.java @@ -111,7 +111,7 @@ public class PhoneSubInfo extends IPhoneSubInfo.Stub { } /** - * Retrieves the compelete voice mail number. + * Retrieves the complete voice mail number. * * @hide */ diff --git a/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java b/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java index a120f5234124f..9c72e5a5052b7 100644 --- a/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java +++ b/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java @@ -844,7 +844,6 @@ public final class SimulatedCommands extends BaseCommands ret[11] = null; ret[12] = null; ret[13] = null; - ret[14] = null; resultSuccess(result, ret); }