Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8f39537 authored by Jake Hamby's avatar Jake Hamby
Browse files

Fix typo and bug in CTS test class.

- Fix Javadoc typo in PhoneSubInfo.java
- Fix ArrayIndexOutOfBoundsException in SimulatedCommands.java

Change-Id: I40dcd52cf9d6990f1f845fca5c1d61cdff93f4d7
parent 94364b91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ public class PhoneSubInfo extends IPhoneSubInfo.Stub {
    }

    /**
     * Retrieves the compelete voice mail number.
     * Retrieves the complete voice mail number.
     *
     * @hide
     */
+0 −1
Original line number Diff line number Diff line
@@ -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);
    }