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

Commit a86655bb authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Fix typo in ImsSmsDispatcher TAG.

Test: none
Change-Id: I4379589c02eb2fc69a5e29392d8a669d8ab4f9c1
parent 44006817
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ import java.util.concurrent.atomic.AtomicInteger;
 */
public class ImsSmsDispatcher extends SMSDispatcher {

    private static final String TAG = "ImsSmsDispacher";
    private static final String TAG = "ImsSmsDispatcher";

    @VisibleForTesting
    public Map<Integer, SmsTracker> mTrackers = new ConcurrentHashMap<>();