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

Commit 48c06352 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Fix typo in ImsSmsDispatcher TAG."

am: f9631b2a

Change-Id: Ic435be62bd7c8e19b61c7affde0dfb0fe943eccd
parents 0e3c8236 f9631b2a
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<>();